Home › Forums › WoodMart support forum › Menu Adjustments › Reply To: Menu Adjustments
June 23, 2019 at 8:39 am
#129680
Elise Noromit
Member
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