Home › Forums › WoodMart support forum › I have a menu problem › Reply To: I have a menu problem
October 9, 2017 at 6:25 pm
#21100
Artem Temos
Keymaster
Try to set your menu design to “Set sizes”, add an extra CSS class like extra-offset
and then move it left adding the following CSS code to the Custom CSS in Theme Settings
.extra-offset .sub-menu-dropdown {
left: -350px!important;
}
Regards