Hi, on my website I've created mega menus for my submenus because I had too many items for one column. So I've broken them into two columns. The problem I have now is the mega menus are too wide, they are the full width of the screen.
I would like for them to be only as wide as a normal submenu column. Thankyou
Comments
you can try this custom css
#Top_bar .menu > li > ul.mfn-megamenu {thankswidth: 70% !important;
margin-left: 15%;
}