Home Forums WoodMart support forum Menu & Product Page customisation Reply To: Menu & Product Page customisation

#599628

Hello,

Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. change the value as per your requirements.

.whb-main-header .wd-dropdown-menu.wd-dropdown {
    right: -640px !important;
    left: auto !important;
}

Best Regards