Home › Forums › WoodMart support forum › Split mobile "topbar" and "bottombar" in 3 › Reply To: Split mobile "topbar" and "bottombar" in 3
August 14, 2020 at 11:59 am
#218700
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.whb-top-bar-inner .whb-column.whb-col-mobile {
justify-content: space-between;
}