Quote Originally Posted by dbltoe View Post
Ran into a problem with additional images being larger than the productMainImage when viewed on an iPhone6 in portrait. I noticed that the portrait portion of the responsive_mobile.css has
PHP Code:
.additionalImages img{width:90%;margin:0 auto;}
.
additionalImages{float:left !important;} 
on line 382 while the landscape did not.
Commenting out those two lines fixed the problem.
It would be nice to have them side by side but, that's a horse of a different waterhole.
Do you have a link to a page with this? With the demo products this code is working for portrait phones with the additional images the correct size and floating left in a row. Can you also let me know your image size settings and how many additional images you have set per row?

Thanks,

Anne