Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: [Dawn Theme] How reduce padding between "Featured Collection" sections?

Solved

[Dawn Theme] How reduce padding between "Featured Collection" sections?

namestolen
Excursionist
44 0 7

On my main page I have a bunch of featured collections that I display.  I don't like how much padding the little counter below the collection takes up and I want to reduce the padding as much as possible. Here's a picture for example:

 

Featured Collections Padding.jpg

 

Thanks in advance!

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@namestolen,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.collection .product-grid {
  margin-bottom: 0!important;
}
.collection .product-grid .grid__item {
  padding-bottom: 0!important
}
</style>

Result:

BSSCommerceB2B_0-1729869973969.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)

kevinkarma55
Shopify Partner
101 11 11

Hi Namestolen,

Please share a preview link to your site so that we can better assist. 

Please remember to Like & Mark Solution to the post if it helped you.
Thanks !
If you'd like to support me, you can Buy Me a Coffee
Need help with anything related to Frontend?
Checkout kevinkarma.me
namestolen
Excursionist
44 0 7

BSSCommerce-B2B
Shopify Partner
1969 564 566

This is an accepted solution.

@namestolen,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

<style>
.collection .product-grid {
  margin-bottom: 0!important;
}
.collection .product-grid .grid__item {
  padding-bottom: 0!important
}
</style>

Result:

BSSCommerceB2B_0-1729869973969.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

namestolen
Excursionist
44 0 7

Thank you!  That worked. 😁

BSSCommerce-B2B
Shopify Partner
1969 564 566

Glad to help you 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

kevinkarma55
Shopify Partner
101 11 11

also if you want you can reduce the slider button height a bit to reduce even more as I noticed your button has lots of padding inside:

.slider-button {
   height: 25px !important;
}

 before '</style>' 

Please remember to Like & Mark Solution to the post if it helped you.
Thanks !
If you'd like to support me, you can Buy Me a Coffee
Need help with anything related to Frontend?
Checkout kevinkarma.me