Quote Originally Posted by simon1066 View Post
I'll jump in if I may. I am not familiar with the Bootstrap template but, if I inspect one of the images I see that the CSS is applying a minimum width to them (also affecting your non-mobile page), this code

Code:
.listingProductImage {min-width: 300px;}
I would check whether you really need it.
Simon,

Thanks for helping. I am not a bootstrap pro and learning as I go as well.

I saw the min-width css via the developer console as well and wondering if it is needed.

When it is removed, the image are displayed properly but i have no idea if it is affecting anything else.

Any bootstrap expert can advise on this, please?

Thank you