Website: http://swfsoccer.eswebsitedesign.com/
Okay, when I have a large header area, I like to move the Border under each main menu up higher under the link, then I also have to raise up the sub-menu – I have used this custom CSS:
.avia-menu-fx { bottom: 30%; }
.av-main-nav ul {margin-top: -62px;}
But, when you scroll down the page, then hover over a main menu item, the sub-menu overlaps the main menu – do you have some css that would move this down to still appear under the main menu item when you have scrolled down the page?
Thank you.