I’m using Dawn theme latest version, in that I need to customize the collection page product grids should be until edge of the website without any spacing like padding or margin.
https://rugd-in.myshopify.com/collections/all
password: rugged
Thanks in advance.
Hello @Sivadarshan
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
@media screen and (min-width: 750px) {
.page-width {
padding: 0rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks It’s working but it changes all the section in all the pages, I need the exact collection page alone need to be customized