Make product thumbnails smaller on the phone / Focal Theme

Hello, I would like to make the product thumbnail smaller on mobile only. This is how it currently looks:

This is my website: https://lovelmexico.com/products/depilador-nuva-skin

Thank you very much for your help!

Hi @jtorres

I’m Richard Nguyen - CRO Expert at PageFly, I’d like to suggest this idea:

Add this css at the bottom

Online Store ->Theme ->Edit code

Assets → theme.css

.product__thumbnail {

width: 61px !important;

min-width: 61px !important;

}

Hope you find my answer helpful!

Regards,

Richard-pagefly

1 Like

@PageFly-Richard Thank you very much, it worked perfectly. I have another question. is it possible to make the product image bigger on mobile?

Just like this, so it covers the 100% of the background

1 Like

@jtorres

I’m very happy to help you, and I seem to have answered it in another post, now if my code works well here, please mark it as a solution so others have the same problem as you can find an easier fix, thanks