Smaller thumbnail images Dawn theme

Solved

Smaller thumbnail images Dawn theme

CarCleanCC
Explorer
57 0 8

Hello!

 

I am using the dawn theme and my URL is carcleansweden.se. I would like some help to make the preview images smaller. Half the size they are now should be enough:

CarCleanCC_0-1733786233338.png

I would hugely appreciate the help!

 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
12045 2354 2531

This is an accepted solution.

Sorry, please update code like this. 

@media (min-width: 990px) {
    .product .thumbnail-list {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 749px) {
    .product .thumbnail-list__item.slider__slide {
        width: calc(22% - .6rem);
    }
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

Hi @CarCleanCC 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to do that 

@media (min-width: 990px) {
    .product .thumbnail-list {
        grid-template-columns: repeat(6, 1fr);
    }
}

Screenshot 2024-12-10 at 08.53.31.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

CarCleanCC
Explorer
57 0 8

That worked for pc but not mobile for some reason

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

Please update the code to this to make it work for mobile also .

.product .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

CarCleanCC
Explorer
57 0 8

It seems to still not work

CarCleanCC_1-1733796324240.jpeg

 

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

Please try to update code to this and check again 

.product .thumbnail-list {
    grid-template-columns: repeat(6, 1fr) !important;
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

CarCleanCC
Explorer
57 0 8

Doesn't seem to work still 😞

Dan-From-Ryviu
Shopify Partner
12045 2354 2531

This is an accepted solution.

Sorry, please update code like this. 

@media (min-width: 990px) {
    .product .thumbnail-list {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 749px) {
    .product .thumbnail-list__item.slider__slide {
        width: calc(22% - .6rem);
    }
}

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.