Drop down menu from an entry in the main menu

  • Please look at the entry ACADEMY in the main menu of my site. When the mouse moves over it, a drop down menu appears. However, the theme prints the menu out of the visible page. How can I change this? Obviously, a solution would be to force the drop down menu of this entry to appear to the right and not to the left.

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    How about this?

    @media screen and (min-width: 50em) {
        .main-navigation>.grid>.row>.twelve>div>ul>li>ul li>a {
            padding-left: 5em;
        }
    }

    Cheers.

  • The topic ‘Drop down menu from an entry in the main menu’ is closed to new replies.