Home Forums WoodMart support forum Header Adjustment Reply To: Header Adjustment

#264371

Hello,

I saw the screenshots you attached.

Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

For the icons sizes:

.whb-top-bar .wd-tools-element .wd-tools-icon:before {
    font-size: 20px;
}

For the My Account Dropdown:

.whb-col-right .menu-simple-dropdown .sub-menu-dropdown {
    margin-left: 200px;
}

Regards.
Xtemos Studios.