Home › Forums › WoodMart support forum › How to change the width of the sub menu. › Reply To: How to change the width of the sub menu.
September 22, 2021 at 11:16 am
#320284
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-dropdown-menu.wd-design-default {
width: 230px;
}
Best Regards