When we add padding or margin to the main menu, one of the main menu item’s sub menu moves far to the right of the main menu item. I cannot figure out what could be causing this. Thank you for your help.
Hey mgyura!
Can you please point out the changes you would like to make and post your custom CSS you are using?
Cheers!
Yigit
We are wanting to keep the spacing of the main menu items as they are now. This is the CSS we are currently using:
#top #header .av-main-nav > li > a {
margin-right: 45px;
}
All the sub menus seem to be fine, except the Give and Contact sub menus. They float far to the right. If we add something to the last sub menu (Contact), the sub menu floats completely off the page. Thank you for your help.