How do i increase the width of my mega menu

Velocity websites

ABOUT

Hello @VelocityWeb,

Thanks for writing in!

To increase the width of your mega menu, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-megamenu .sub-menu {
    min-width: 400px;
}

Feel free to change the width in the code above.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.