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
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
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?
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;
}
}
Hi Mandasa Tech,
This fix did not work for me. Would you be able to help me understand why ?