Hello, can someone please help me fix this code?
The product tiles are overlapping the next section. It is only happening on “Collection” pages, not on the homepage. My website is www.checkoutfirst.com and the page it is happening on is https://checkoutfirst.com/collections/mens
Thanks
Products at the bottom of the "Collection" page are overlapping the newsletter section (debut theme)
@checkoutfirst
Add this code in the bottom of the theme.css file.
div#shopify-section-newsletter-pro-1643767605 {
margin-top: 35px !important;
}
if you don’t know where to put code. follow this.
- Navigate to Online Store-> Theme->Edit code
- Asset->/theme.css ->paste the Above code at the bottom of the file.
- Save it.
@checkoutfirst
if helpful , like our Solution and let me know if you need any more help,
Thank you.
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.css and paste this at the bottom of the file:
.main-content .shopify-section ul.grid.grid--uniform.grid--view-items {
margin-bottom: 0;
}

