Comments oswaldopz started the conversationSeptember 24, 2020 at 12:41pmThe Padding between Items is none, actually when you hover the top right product the white effect cover the search information. Can you please provide me a code to have more space between my products. Thanks! 2,965Andrew repliedSeptember 25, 2020 at 6:23amHi there,Use the following custom css: .woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]) li.product { margin: 20px; } Kind regards.oswaldopz repliedSeptember 25, 2020 at 8:44amSorry Andrew but nothing changed. 2,965Andrew repliedSeptember 25, 2020 at 10:26amHi there,Add the following css and it should works. .woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]) { padding-top: 30px; } How it looks;Thanks.1 Like Sign in to reply ...
The Padding between Items is none, actually when you hover the top right product the white effect cover the search information.
Can you please provide me a code to have more space between my products.
Thanks!
Hi there,
Use the following custom css:
Kind regards.
Sorry Andrew but nothing changed.
Hi there,
Add the following css and it should works.
How it looks;
Thanks.