Okay
  Public Ticket #2811604
Hide Secondary Header Bar On Mobile
Closed

Comments

  •  1
    brunormp started the conversation

    Hey there!

    How can I hide  the Secondary Header Bar on Mobile?

    Thank you so much!

  •  1,878
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    Please try this css:

    @media only screen and (max-width: 690px){
    body[data-header-format].material #header-secondary-outer {
        display: none;
    } }

    Thanks.

  •  1
    brunormp replied

    Hello.

    It works. Thank you so much!