Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #677650

    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.

    #677820

    Hey mgyura!

    Can you please point out the changes you would like to make and post your custom CSS you are using?

    Cheers!
    Yigit

    #678193

    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.

    #678196

    Hi!

    Please try adding following code to Quick CSS

    #header .avia_mega_div {
        left: 0!important;
    }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.