Reduce padding between products in collection page

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?

1 Like

Hi @kaspianfuad

Do you like to reduce only or take them out? You can adjust the size anyway. Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.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

1 Like

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,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > styles.css and paste this at the Bottom of the file:
.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