Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #276461

    On a drop down menu I have a third tier of content that opens on the left. My client would like it to open on the right instead.

    http://lafuenteconsulting.com/blog/

    Is there a way to make sure those third tier of drop down menus open on the right?

    #276477

    Hi Andrea!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top .av-main-nav ul ul {
    left: inherit;
    right: -207px;
    }
    

    Cheers!
    Devin

    #276577

    This worked great! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Dropdown menu’ is closed to new replies.