Home › Forums › WoodMart support forum › Html Lines › Reply To: Html Lines
February 1, 2021 at 12:01 pm
#262957
Aizaz Imtiaz Awan
Keymaster
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-toolbar .wd-tools-element {
margin-bottom: 14px;
}
And to increase the height of the woodmart toolbar. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-toolbar {
height: 75px;
}
Best Regards.