Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #672077

    Hi,
    I am using a custom header height of 121px. The submenu appears at the bottom of the main menu block, rather than appearing just below the main menu buttons. What is the CSS that I can use to move the submenu up to just below the main menu button text?

    TIA.

    #672097

    Hey blinddrop2,

    use this code inside Quick CSS field:

    ul.sub-menu {
    top: 81px;
    }
    

    and adjust if needed.

    Best regards,
    Andy

    #672112

    Perfect Andy, thank you!

    #672114

    The tertiary menu is popping out to the left of the first submenu, is there a way to make it pop out to the right?

    #672115

    Example of this is under the main PRODUCTS button.

    #672632

    Hi,

    use this code inside Quick CSS field:

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

    Best regards,
    Andy

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