Please could you tell me what CSS you used for removing the space between the items in the drop down menu.
Withr eference to a closed topic. https://kriesi.at/support/topic/spacing-issues/
Hi Wils1234!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .av-main-nav ul a { padding: 5px 15px; }
If that does not help, please post the link to your website.
Cheers!
Yigit
Hey!
Please use following code instead
#top #header .avia_mega_div > .sub-menu.avia_mega_hr { padding-top: 5px; }
#top #header .avia_mega_div > .sub-menu { padding: 10px; }
Cheers!
Yigit
Perfect. Many thanks.