Hi
Thanks for your reply but this has not resolved the issue, the custom code used was one supplied by your support team on a previous ticket. The code was:
@media (max-width: 979px) and (min-width: 690px){
.woocommerce li.product.first,
.woocommerce .cols-3 li.product:nth-child(2n+1){
clear: both!important;
}
.woocommerce .cols-3 li.product{
width: 22% !important;
margin-right: 4%;
}
.woocommerce .cols-3 li.product.last,
.woocommerce .cols-3 li.product:nth-child(1n+2){
margin-right: 4% !important;
}
.woocommerce .cols-3 li.product:nth-child(2n+3),
.woocommerce .cols-3 li.product.last {
clear: none;
}
.woocommerce .cols-3 li.product:nth-child(4n+4){
margin-right: 0 !important;
}
}
This was to show 4 columns on iPads for example and 2 on smaller screens such as iPhones. For some reason the spacing between the products has altered so the gaps between them disappear when shrinking the screen size.
If you can’t help with the code is there an out of the box solution with your product you can suggest?