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?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025