We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Change product page images

Solved

Change product page images

Nattlig
Excursionist
19 0 9

Hey guys, I have a problem with the secondary images (under the big image) on my product page.

 

It shows only three and uses a lot of space for arrows (see image). I want to remove the two arrows to allow for more visible secondary images (maby 1 more image down there). There is no option to do this so does anyone have a solution?

 

Here is the landing page: https://nattlig.no/products/nattligputen

 

Nattlig_0-1732203258767.png

 

Accepted Solution (1)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @Nattlig,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
    .thumbnail-list__item.slider__slide {
        width: calc(25% - .7rem) !important;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Reply 1 (1)

namphan
Shopify Partner
2777 358 407

This is an accepted solution.

Hi @Nattlig,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
    .thumbnail-list__item.slider__slide {
        width: calc(25% - .7rem) !important;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com