Increase product images size and show image thumbnails in product page - Dawn Theme

Solved

Increase product images size and show image thumbnails in product page - Dawn Theme

LuizaSMC23
Excursionist
20 0 5

Hello, I'm looking for help with dawn theme, my images are very small (Photo 1), then I found a code here to increase the images on collection pages and at the homepage but when I increase the images using this code the margin is wrong pulling to the right size (Photo 2). 

Regarding the images on the product page it is also very small but the code above didn't work there, also I didn't find a way to show the other images that I uploaded below the main image, even that I have selected to show the thumbnails (Photo 3).

 

The code I used on collection pages and homepage: 

 

.collection .card__inner {
width: 120%;
margin: auto;
}

 

 

Can someone help me?

 

(Photo 1) - I wanted the images to be bigger like the red mark around it

WhatsApp Image 2024-09-18 at 08.39.11 (1).jpeg

 

(Photo 2) - wrong margin when I use the code

Captura de tela 2024-09-18 090910.png

(Photo 3) - red mark show the size I wanted for the image and the thumbnails underneath the main image

WhatsApp Image 2024-09-18 at 08.39.11.jpeg

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

<style>
@media only screen and (max-width: 600px) {
.card--card .card__inner .card__media {
    margin: 0 !important;
    width: 100% !important;
}
.card__inner.ratio {
    width: 100% !important;
}
.product-media-container .media {
    padding-top: var(--ratio-percent) !important;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    width: 100% !important;
}
}
</style>

Please replace to this code @LuizaSMC23 


- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

BSS-TekLabs
Shopify Partner
2350 701 826

- Here is the solution for you @LuizaSMC23 
- Please follow these steps: 
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
@media only screen and (max-width: 600px) {
.card--card .card__inner .card__media {
    margin: 0 !important;
    width: 100% !important;
}
.card__inner.ratio {
    width: 100% !important;
}
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
LuizaSMC23
Excursionist
20 0 5

Hello, thank you so much for your help! The images are perfect now in the homepage and collection pages.

 

For the product page image size and thumbnails, do you know what can I do?

 

 

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

<style>
@media only screen and (max-width: 600px) {
.card--card .card__inner .card__media {
    margin: 0 !important;
    width: 100% !important;
}
.card__inner.ratio {
    width: 100% !important;
}
.product-media-container .media {
    padding-top: var(--ratio-percent) !important;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    width: 100% !important;
}
}
</style>

Please replace to this code @LuizaSMC23 


- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
LuizaSMC23
Excursionist
20 0 5

You rock!!!! All perfect now, thanks a lot