Home Forums WoodMart support forum Grid image padding

Grid image padding

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #597054

    Ramialshami
    Participant

    Hi,

    How to remove this padding in the products card?
    https://prnt.sc/LJ0UjwmZ5Fs5

    I fround no option for it.

    #597136

    Hung Pham
    Keymaster

    Hi Ramialshami,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-product div.product-wrapper {
    	padding: 0;
    }

    Regards,

    #597257

    Ramialshami
    Participant

    Hi,
    Why are there no controls for it in theme settings?

    #597338

    Hung Pham
    Keymaster

    Hi Ramialshami,

    You can find the option here https://prnt.sc/pCJZmtuPrIkL

    Regards,

    #597501

    Ramialshami
    Participant

    Really?!

    Why are there no controls for it in theme settings?
    This question is not about where I can find the CSS section in the theme settings.\
    But why is the padding control not in the theme settings? Why do you add padding from your side to the theme code and don’t add control for it? The opposite is what should be done. No padding by default, and whoever needs it should add it in the theme css.

    #597595

    Hung Pham
    Keymaster

    Hi Ramialshami,

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    This is default style and you need to use Custom CSS to remove it. And options should be used for global styles only, which cannot control all small details.

    Regards,

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