How do I adjust the spacing between each link in drop down submenu? Also would like to make the submenu transparent.
Hey blonddragon,
Were you able to figure this out? It looks like you already have spacing between the links.
Best regards,
Jordan Shannon
whoops. The spacing or padding is way to much between each link in dropdown sub menu how would I change the padding or space?
whoops. The spacing or padding is way to much between each link in dropdown sub menu how would I change the padding or space?
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header .avia_mega_div > .sub-menu > li {
padding-top: 0 !important;
}
#top .av-main-nav ul a {
padding: 8px 10px !important;
min-height: 13px !important;
}
Best regards,
Rikard
No change at all.
Hi,
Try the following. Simply adjust the numbers if too much:
.sub-menu{
padding:10px 10px 10px!important;
}
Best regards,
Jordan Shannon
Complete success!!
Thank you for you time.
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon