- This topic has 1 reply, 2 voices, and was last updated 2 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Productcard padding’ is closed to new replies.
Hello togehter,
how can i change the padding of the productcard? (Image, Text)
Regards
Dieter Hofmann
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.