Why are my product images on Dawn 12 smaller and out of order on mobile?

Why are my product images on Dawn 12 smaller and out of order on mobile?

crosbyaudio
Excursionist
25 0 8

Hi,

 

I'm having issues with my product images on Dawn 12. All product images are smaller than the first main image and are out of order on mobile. There was some custom code added, so not sure if that caused the issue. Any help is much appreciated!

 

https://crosbyaudio.com/products/tunemate

Replies 3 (3)

Mike-Consentik
Shopify Partner
195 30 37

Hi @crosbyaudio 

This is Mike from Omega

You can try my solution to resolve your issue

1. Open Theme -> Edit code

2. Find the file section-main-product.css and find the code on line 647 and remove the code in the red box

MikeOmega_0-1704379929691.png

Hope my answer will help you

Mike from Omega

If you find this helpful, please give it a like or mark it as a solution.
Consentik GDPR Cookie Banner: Effortlessly stay in compliance with EU GDPR and CCPA with Google Consent Mode V2. Free plan available and 24/7 Support
crosbyaudio
Excursionist
25 0 8

It just made the main image small, so unfortunately doesn't fix my problem. Thanks for trying. 

BSS-Commerce
Shopify Partner
3477 464 551

Hi @crosbyaudio ,

Your first problem is that the following images are smaller than the first. This is affected by the CSS code you added to the base.css file. Please delete this code so that the images display equally:

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

 view - 2024-01-08T093758.144.png

The second problem occurs because the javascript code you added before hides the image, you need to check again. Or maybe some app you use to process has hidden the images. I checked, and those images' HTML tags are still there, but the image transfer button handling cannot be moved. When I f5 again, all 9 images are displayed, but it flickers and then only displays 5 images. This is handled by JavaScript code.

view - 2024-01-08T093855.169.png

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency