hello, how can I reduce the space below and above when the Fullwidth Sub Menu becomes 2 or three lines at mobile devices?
Hey yannis_asp,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 802px) {
#top .av-subnav-menu > li {
padding: 3px 0!important;
}
Best regards,
Mike
thank you very much!
yes… thank you!