Tagged: fullwidth submenu
Hi,
I want to hide fullwidth submenu on large screen.
I want to make it visible only on mobile or tablet.
What code should I add?
Hey gaia100,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
It is currently in maintenance mode and cannot be accessed.
What I want is to hide the fullwidth submenu on the PC.
Exactly we want the fullwidth submenu to be visible only on mobile devices.
I’m using Google Translator to ask questions. I hope you understood this question.
Thanks.
Hi,
Add this to quick css:
@media only screen and (min-width: 1024px) {
#top .av-submenu-container { display: none !important; }
}
Best regards,
Jordan Shannon