Tagged: sub-menu
Im battling to style the sub menu as it is not visible to fire bug when i try and change the values. The sub menu is on the main menu item that says menu, how do i talk to this and what are the correct attributes to talk to?
Hey ryan_wallis!
You can target following class
#top #header .avia_mega_div ul, #top #header .avia_mega_div li { }
Now menu items overlap, if you would like to fix it, please add following code to Quick CSS in Enfold theme options under Styling tab
#top #header .avia_mega_div ul, #top #header .avia_mega_div li { position: relative!important; }
Cheers!
Yigit
Thanks Yigit, have a great day :)