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?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025