Shopify themes, liquid, logos, and UX
Hello, I'm using Dawn Template. I want to enlarge the default size of product thumbnail as big as this website thumbnail (example: https://thefrankieshop.com/)
I'm wondering if anyone has solution to this problem?
Thank You
Solved! Go to the solution
This is an accepted solution.
Go to Online store >> Edit code >> Assets >> base.css
Add this code below of base.css file
@media screen and (min-width: 750px){
.collection.page-width {
max-width: 1600px;
padding: 0px 2rem;
}
}
Hello @JosephineJoseph
Please share your website URL.
I just started edit this website. so my URL is https://josephineanni.myshopify.com/
is there a way for me to show it to you?
This is an accepted solution.
Go to Online store >> Edit code >> Assets >> base.css
Add this code below of base.css file
@media screen and (min-width: 750px){
.collection.page-width {
max-width: 1600px;
padding: 0px 2rem;
}
}
wow, it really works.
thank you very much.
User | RANK |
---|---|
130 | |
90 | |
77 | |
71 | |
41 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022