Home › Forums › WoodMart support forum › Adding padding to header (header builder) › Reply To: Adding padding to header (header builder)
September 6, 2018 at 12:47 pm
#75818
Elise Noromit
Member
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