Add more spacing or padding to the category banners
-
Hi Team,
I was wondering if you can guide me on how to add more padding or increase height on my category banner images that I have upload for each different category I have as you can see on my website. I’m sure its a css coding or something. It would be great if you can advise me. Thanks
Hello,
In order to increase the paddings for the category title, http://prntscr.com/lxbfoq add this code to the Theme Settings > Custom CSS
body .title-size-large {
padding-top: 100px;
padding-bottom: 100px;
}
Change 100px as per your needs
Best Regards