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?
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024