All things Shopify and commerce
I'm trying to remove the side padding in the picture below, so that the images are tight to the side of the screen.
Solved! Go to the solution
This is an accepted solution.
@EastsideMelrose Thanks for providing the screenshot for reference. Based on the screenshot you have provided, you want to remove all the space on the sides of the product grid container. Please follow the below steps to reduce the space on the sides. Let me know whether it is helpful for you.
.collection.page-width {
padding: 0px;
}
.collection.page-width, #main-collection-filters {
padding: 0px;
}
Hey EastsideMelrose,
Are you able to edit the theme code?
@EastsideMelrosePlease follow the below steps to remove right and left padding on product grid in dawn theme. Let me know whether it is helpful for you.
4. Locate and click "Product grid" like in the below attached screenshot to edit.
Hi Vinsinfo,
It definitely made it better, but there's still some space on the sides.
URL: https://www.eastsidemelrose.com/
Password: opensesame
Thanks
@EastsideMelrose Happy to hear that our previous solution has worked for you. If you still want to reduce some space on the sides, we need to add custom code to reduce the space. Please follow the below steps to reduce the space and let me know whether it is helpful for you.
.page-width {
max-width: 180rem;
}
I added the code, and adjusting the "rem" number only allowed me to add more padding. I changed it to 250 rem and it didn't remove anymore padding. This is the look I want.
This is an accepted solution.
@EastsideMelrose Thanks for providing the screenshot for reference. Based on the screenshot you have provided, you want to remove all the space on the sides of the product grid container. Please follow the below steps to reduce the space on the sides. Let me know whether it is helpful for you.
.collection.page-width {
padding: 0px;
}
.collection.page-width, #main-collection-filters {
padding: 0px;
}
That works, thanks for all the help!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025