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! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024