URL: https://wjvxfbd335wa4srf-17240367.shopifypreview.com
How do I reduce the white space between the collection grid and the footer to approx 5px?
Goal: Reduce the large white space between the collection grid and the footer in a Shopify Dawn theme to about 5px.
Context: The requester shared a preview URL and a screenshot highlighting the gap. The image is central to understanding the spacing issue.
Latest guidance: Edit the theme’s CSS (base.css) and adjust the padding on the collection list grid:
Notes:
Status: A clear fix was proposed. No confirmation from the requester yet, so resolution is pending after applying and testing the CSS change.
URL: https://wjvxfbd335wa4srf-17240367.shopifypreview.com
How do I reduce the white space between the collection grid and the footer to approx 5px?
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!