Home Forums Trusted Productcard padding

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15372
    cromtek
    Participant

    Hello togehter,

    how can i change the padding of the productcard? (Image, Text)

    Regards

    Dieter Hofmann

    #15374
    Andy
    Keymaster

    Hi Dieter,

    This custom CSS added to Appearance > Customize > Additional CSS will add padding to the product item:

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .wc-block-grid__product {
      padding: 10px;
    }

    I’ve used 10px in this example, so change this value to the amount of padding you require.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Productcard padding’ is closed to new replies.