Tagged: main menu, vertical align
hi,
Can you help me get the menu to vertical align this main menu?
I have tried targeting the li’s and the surrounding divs – but I can’t get it to work
Hi wdwalrus!
Try adding this to your custom CSS.
#megaMenu.megaMenuHorizontal ul.megaMenu { top: 20px !important; }
.header-scrolled #megaMenu.megaMenuHorizontal ul.megaMenu { top: 0px !important; }
Regards,
Elliott