Shopify themes, liquid, logos, and UX
Hi!
I'm trying to edit the code on my site to make the grid look like this.
I need to make the collection grid full width so it doesn't have any margins and get the products as close as possible.
Is it possible to reduce the padding between the header and the collection grid?
Thank you!
Solved! Go to the solution
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/styles.css ->paste below code at the bottom of the file.
@media screen and (min-width: 759px){
.template-collection .grid-uniform {
max-width: 100%;
margin: 0px auto;
}
.template-collection .grid-uniform .grid__item {
padding-left: 3px;
}
.template-collection .main-content {
padding-top: 10px !important ;
}
}
Hello @Gerardlopez
Can you please share your shop url and if any password then share password
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/styles.css ->paste below code at the bottom of the file.
@media screen and (min-width: 759px){
.template-collection .grid-uniform {
max-width: 100%;
margin: 0px auto;
}
.template-collection .grid-uniform .grid__item {
padding-left: 3px;
}
.template-collection .main-content {
padding-top: 10px !important ;
}
}
hi!
i can't find the styles.css file
When I switch it to the a phone screen the product images change proportions.
Is there a way to keep the same image ratio?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025