-- url of the page with the problem -- :
5.10.105.46/~yamitysb/
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3`
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : ios Safari
Hi,
I would like to get the product image fit the screen size on a mobile phone, now it is to big and it shift the display to the right (image attached - mobile_screen_shift_R.png)
My Configuration & Template
In the Configuration > Display > see bootstrap design = YES
template - T3BS3
When I change in configuration > main > image > Product page image width = 200
Product page image height = 200 the problem is fixed (image attached - image_size.png)
I have put this code in Configuration > Display > CSS
@media (max-width: 767px) {
#hikashop_main_image { width: 49% !important; float:right; margin:0;}
}
but it is still does not work
the final display should look like this (image attached - moible_screen_ok.png)
What can I do to probably display the product image on mobile devices?
Please advise
Thanks
M