How can I make the padding between submenu items smaller?
Thanks
Hey robnelson4,
Try to replace this css code you have:
#avia-menu li a {
height: 100px!important;
line-height: 100px!important;
}
with:
#avia-menu > li > a {
height: 100px!important;
line-height: 100px!important;
}
Let us know if you need further assistance :)
Best regards,
Nikko
Gah, so close! Thanks
Hi,
I’m glad Nikko was able to help. If you need further help, please let us know here in the forums.
Best regards,
Jordan Shannon