fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

spacing between first and second size

On the mobile version in a category page, the sizes are well displayed but there is an annoying space between the first and the second size. Space that does not exist between the second and the third or between the third and the fourth

Hakik Zaman

Hi inglard,

Thanks again for getting back to us. As I said before, you have customized our plugin CSS. So, it is beyond our support scope.

Please try to add the following CSS at Appearance > Customize > Additional CSS

@media screen and (max-width: 900px){
.et_pb_shop ul.products.columns-3 li.button-variable-item:nth-child(2n+2){
margin: 4px !important;
}
body.woocommerce .divi-filter-archive-loop .divi-filter-loop-container ul.products li.button-variable-item, .button-variable-item {
margin-right: 4px !important;
}
}

The gap issue is coming from the Divi, not from our plugin.

Thank You