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
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
Nikko, that worked like a dream! You guys are awesome! Thanks so much.
Jason