I have noticed that my product alternative images on the product page have started showing down the screen instead of the normal across under the main image.
https://ebonyboutique.co.nz/current-season/categories/merinos/ebas503-detail
Any thought on how to get this to show properly again?
Thanks!
Hi Uglystick
I've shared with the dev team to support style for these additional images, kindly wait.
Updated:
I added this custom css into your site:
.additional-images { align-items: center; } .additional-images img { width: 85px; min-height: 150px; margin-right: 5px !important; }
Kindly check.
Good morning Saguaros,
sorry I have been busy with other things and only getting back to this now. Yes they are showing across the screen right now, but they are all stretched see https://ebonyboutique.co.nz/current-season/categories/jackets-coats/ros11604-detail Is there a way to get them to downscale to the thumbnail without stretching the images?
Thanks
Uglystick
In my above code, you can try to remove the 'min-heigh: 150px;'
It will look better.
saguaros Thanks, that worked!