Tagged: mega menu
Hi guys,
How can I “decrease” the space/gap between the (2) rows of my mega menu?
I’ve spent the last hour trying—with no success. Searched all the forum topics. Nothing.
Thank you.
Hey Patrick,
Add this to quick css:
#menu-item-16 .sub-menu{
padding-bottom:0px!important;
}
#menu-item-16 .sub-menu.avia_mega_hr{
padding-top:0px!important;
}
Best regards,
Jordan Shannon
Thank you, Jordan! That worked!
Had to finesse the pixels a little, but it got me there.
Again, thank you.