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

    Hi, i cant find this in the forum but i thought it would be a popular question. How do i hide the topbar above the header on mobile devices? i need it on deck top and tablet but it gets in the way on mobile.

    #1155171

    Hey Lyndon,

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

    @media only screen and (max-width: 479px) {
    #header_meta {
      display:none;
    }
    }

    Best regards,
    Rikard

    #1155981

    Hi, sorry for the slow response, I dont seem to get notified of your replies anymore. Anyway, thank you, that seems to have woked perfectly.

    Regards

    Lyndon

    #1156154

    Hi Lyndon,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.