Home › Forums › WoodMart support forum › Template width › Reply To: Template width
October 26, 2020 at 2:39 pm
#236248
Elise Noromit
Member
Hello,
One of our dev team members tried to log in.
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1000px) {
.whb-hidden-desktop,
.whb-hidden-lg {
display: none;
}
.whb-hidden-mobile,
.whb-visible-lg {
display: flex;
}
.whb-top-bar-inner {
height: 48px;
}
.whb-general-header-inner {
height: 60px;
}
.whb-header-bottom-inner {
height: 50px;
}
}
Best Regards