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.
Hi Mandasa Tech,
This fix did not work for me. Would you be able to help me understand why ?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025