Home Forums WoodMart support forum Add more spacing or padding to the category banners

Add more spacing or padding to the category banners

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #97118

    Xtolia
    Participant

    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

    #97150

    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

Viewing 2 posts - 1 through 2 (of 2 total)