Site logo

[Resolved] submenu width

Home Forums Support [Resolved] submenu width

Home Forums Support submenu width

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

    is it possible to have a CSS for the submenu with the same width as the main menu?

    #2407876
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS:

    
    @media(min-width: 769px) {
        .main-navigation ul.menu > li > ul {
            width: unset;
            left: 0 !important;
            right: 0;
        }
    }

    However, you must make sure that the sub menu items text is no wider then the top level menu item.

    #2408095
    francesco

    thanks david, it works perfectly.

    #2408109
    David
    Staff
    Customer Support

    Glad to hear that !

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