Adding padding to header (header builder)
-
Hi,
How do I control the padding around items in the header? I can’t seem to figure it out while using the header builder. I’ve tried increasing the height of rows, but it doesnt seem to do anything.
I would like to add padding around the logo for example.
Hello,
This is possible to do with custom CSS:
.woodmart-logo img {
padding-top: 5px;
padding-bottom: 5px;
}
Please set the paddings as per your needs and add this code to the Theme Settings > Custom CSS
Best Regars