Reduce space between between collection grid and footer menu - dawn theme

Solved

Reduce space between between collection grid and footer menu - dawn theme

emekayode
Explorer
58 2 11

URL: https://wjvxfbd335wa4srf-17240367.shopifypreview.com

 

How do I reduce the white space between the collection grid and the footer to approx 5px?

emekayode_0-1708113915515.png

 

Accepted Solution (1)

SomeUsernameHe
Shopify Partner
519 57 110

This is an accepted solution.

In your theme files, look for "base.css"

Here you will find the following CSS:

ul.collection-list.grid {
    padding-bottom: 36px;
}


You can adjust this value to fit your needs!

Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee

View solution in original post

Reply 1 (1)

SomeUsernameHe
Shopify Partner
519 57 110

This is an accepted solution.

In your theme files, look for "base.css"

Here you will find the following CSS:

ul.collection-list.grid {
    padding-bottom: 36px;
}


You can adjust this value to fit your needs!

Have I helped? Consider putting coffee in my mouth!
Buy Me a Coffee