Home › Forums › WoodMart support forum › Drop down sub menu in desktop too small in width › Reply To: Drop down sub menu in desktop too small in width
January 19, 2020 at 12:06 pm
#168765
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
.menu-simple-dropdown .sub-menu-dropdown,
.menu-simple-dropdown .sub-sub-menu {
width: 300px;
}
Alternatively, you can create a megamenu block to make your drop-down menu nicer https://xtemos.com/docs/woodmart/create-menu-2/
Best Regards