Product Page image Thumbnails Cut Off on Mobile View

I hope this is the right place to ask.

On the mobile version of our website (Turbo 9.2.0 by Out of the Sandbox), the product page image thumbnails below the main product image aren’t displaying properly - they appear cut in half and overlapping. Does anyone know how to fix this?

Thanks is advance

https://parkerandcoop.com

Hey @parkerandcoop

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
@media screen and (max-width: 767px) {
.product_gallery_nav .gallery-cell img {
    height: 60px !important;
}
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Amazing, that fixed it! Thanks so much!!!

Thanks for your help

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

Cheers,
Moeed

Thanks I have done a like