• Hi

    I need help in menu width not full
    plz help

    I add this in Menu css

    /** Push menu onto new line **/ 
    #{$wrap} { 
        clear: both; 
    }
    
    @include desktop {
        #{$wrap} {
            width: 1300px; /** width in pixels or percent **/
        }
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    The menu can only be as wide as the container(s) it is placed within, in your case it is wrapped in an element that is 1170px wide:

    2022-12-08_13-01-08

    You would need to use custom CSS to set that element to be 100% wide, and any child items that also constrain the width.

    You do not need to change the menu CSS, it will naturally fill the width it is given.

    Regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘width issue’ is closed to new replies.