Home › Forums › WoodMart support forum › How can I middle align the information box within my header? › Reply To: How can I middle align the information box within my header?
April 9, 2022 at 9:25 pm
#367273
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-top-bar-inner .box-with-icon .info-box-icon {
margin-top:5px;
}
.whb-top-bar-inner .wd-info-box .info-box-content {
margin-top:5px;
}
Best Regards