Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #699875

    Hi guys,

    I recently realized, that on those websites, where I replaced the logo with text in the header, the text is not centered anymore on mobile. It used to be like this without adding anything to quick css. Must have been an update or something.

    Any ideas what I need to add to quick css in order to center the header text on mobile and tablet?

    Best regards,
    Michel & Aline

    #700486

    Hey Aline,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .bg-logo {
        width: 100% !important;
    }
    
    .logo a {
        display: table !important;
        margin: 0 auto !important;
    }
    }

    Best regards,
    Rikard

    #706780

    Thank you, Rikard. That worked! Cheers

    #706938

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘header: center text instead of logo on mobile’ is closed to new replies.