• Resolved fixpro

    (@fixpro)


    Hello! Now the width of the menu depends on the number of lines in the menu.
    Is it possible to set the width of the menu to the full width of the screen? Now the width of the menu depends on the number of lines in the menu

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi fixpro,

    Thanks for posting a link. The menu width is set by your theme, and MMM will fill the width it is given.

    Please go to Appearance > Customize > Additional CSS and add the following:

    .main-navigation {
        width: 100%;
    }

    I think it would not be so noticeable if you set the menu background to white and the text to black (this is probably how your default theme menu looks).

    Regards,
    Tom

    Thread Starter fixpro

    (@fixpro)

    .main-navigation {
    width: 100%;
    }

    Thanks for the answer! Everything is fine with the main menu now! How I can to apply the same action to the top menu?
    Best regards

    Plugin Author megamenu

    (@megamenu)

    Hi Fixpro,

    Try this:

    .right-top-bar,
    .top-bar-menu {
    	float: none;
    }

    Regards,
    Tom

    Thread Starter fixpro

    (@fixpro)

    Thank you, Tom!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Max Mega menu width’ is closed to new replies.