Home Forums WoodMart support forum Menu Adjustments Reply To: Menu Adjustments

#129680

Hello,

You need to reduce the width of the column which contains the Main menu item. Try to change the row flex layout https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/

Please add this code to the Theme Settings > Custom CSS > Global:

body .woodmart-navigation .item-level-0.menu-item-has-children>a:after {
	display:none;
}

Best Regards