Solved

Dawn Template: How to enlarge product thumbnail

JosephineJoseph
Tourist
25 0 1

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/)

product thumbnail.jpg

I'm wondering if anyone has solution to this problem?

Thank You

Accepted Solution (1)

MandasaTech
Shopify Expert
723 146 153

This is an accepted solution.

@JosephineJoseph 


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;
}
}

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page

View solution in original post

Replies 5 (5)

MandasaTech
Shopify Expert
723 146 153

Hello @JosephineJoseph 
Please share your website URL.

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page
JosephineJoseph
Tourist
25 0 1

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?

MandasaTech
Shopify Expert
723 146 153

This is an accepted solution.

@JosephineJoseph 


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;
}
}

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at info@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page
JosephineJoseph
Tourist
25 0 1

wow, it really works.

thank you very much.

product thumbnail 2.jpg

limelight91
Excursionist
39 1 3

Hi Mandasa Tech, 

 

This fix did not work for me. Would you be able to help me understand why ?