Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27335

    I need to remove / not display the very top header ONLY on mobile/responsive (the one with social icons and small info text only)… It really looks bad above the logo on mobile… but looks great on desktop…

    Regards,

    Mark L. Lee

    #133668

    Hi!

    Which header layout are you using?

    Regards,

    Peter

    #133669

    Hi,

    Please add this on your custom.css or Quick CSS

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    #header_meta {
    display: none;
    }

    }

    Regards,

    Ismael

    #133670

    Thank you… that worked perfectly… much appreciated…

    MLL

    #133671

    Hey,

    Glad it worked. :)

    Cheers,

    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove very top header on mobile’ is closed to new replies.