Hi Guys,
I would like to Reduce column and row gap on collection/all product page for products. I tried using .grid but it affects other items as well. I would appreciate if you can help. Thanks
Hi Guys,
I would like to Reduce column and row gap on collection/all product page for products. I tried using .grid but it affects other items as well. I would appreciate if you can help. Thanks
Hello There,
#product-grid {
column-gap: 15px;
row-gap: 15px;
}
I had to modify a bit but worked. Thanks
Hi @basicbastardco ,
I understand that you want to reduce culomn and row. Try this one.
ul#product-grid {
column-gap: 10px;
row-gap: 0px;
}
Result:
I hope it help.
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.