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
10791 2134 2253

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

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
10791 2134 2253

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

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
10791 2134 2253

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

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

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
10791 2134 2253

Please try to update code to this and check again 

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

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
10791 2134 2253

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

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.