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

    Hi
    I’ve added the full width submenu on a number of pages on our new site. It looks great, but on mobile view when it turns into a hamburger it adds a big black bar and extra space below the menu. How do I get rid of that?

    See image link provided.

    Jason

    #1332941

    Hi Jason,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        #top .sticky_placeholder {
            height: 0 !important;
        }
    }

    Best regards,
    Nikko

    #1333022

    Nikko, that worked like a dream! You guys are awesome! Thanks so much.

    Jason

    #1333061

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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