Hi there,
I am working on https://blackdonkeynl.com/ and I am trying to reduce the padding between the products but there is no option to change it on Symentry theme, where can I change it to reduce the padding?
Hi there,
I am working on https://blackdonkeynl.com/ and I am trying to reduce the padding between the products but there is no option to change it on Symentry theme, where can I change it to reduce the padding?
Hi @kaspianfuad
Do you like to reduce only or take them out? You can adjust the size anyway. Try this one.
.collection-listing .product-block {
padding-left: 0px !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
I actually would like to adjust it, not completely remove it please
You can adjust the number like this.
.collection-listing .product-block {
padding-left: 10px !important;
}
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello There,
.collection-listing .product-block {
padding: 5px;
margin-bottom: 0;
}
.collection-listing .product-list {
margin-left: 0;
margin-bottom: 0;
}
Hi @kaspianfuad
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Styles.css
.collection-listing .product-block {
padding-left: 10px !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly