Tagged: mega menu
Hi,
How do I reduce the vertical spacing between items in the mega menu?
Thanks!
Hi rosylopez!
try this code in Quick CSS field:
#top #header .avia_mega_div > .sub-menu > li > ul li {
padding: 5px;
}
Regards,
Andy
Hi Andy, thank you for your prompt response
I tried the code you sent, Unfurtunately, space continues to be pretty large:
Please see a screenshot:
https://drive.google.com/file/d/0B38LU2xBK22ENzYwNEFVN2kzcFk/view?usp=sharing
Any idea?
Thanks!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi, the site is not public yet, please see info at private section, thanks!
Hey!
Try adding this code to the Quick CSS:
#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
padding-top: 0;
}
Cheers!
Josue