latrille Posted November 25, 2017 Share Posted November 25, 2017 Hello, I'm using the classic theme prestashop 1.7.4.2 (the last version). It is fully responsive on chrome when reducing the window but doesn't work on safari navigator (iphone, ipad). Actually, on homepage, products are not dispalying one column but we have to scroll from left to right. And worth, the "add to cart" button is not displaying on the product page when choosing a combination product. (we can only choose quantity, no button to add to cart) and product details tab is a mess... I have tested the last classic theme demo on iphone/ipad and it is the same as on my website. Thank you for your help Aude Link to comment Share on other sites More sharing options...
ArsAura Posted September 7, 2018 Share Posted September 7, 2018 I have the same problem(in attachment), did you find a solution ? All the product images are not displaying vertically but horizontally out of screen, you have to scroll from left to right Link to comment Share on other sites More sharing options...
latrille Posted September 14, 2018 Author Share Posted September 14, 2018 Hello, add this below to your theme's custom.css file (assets directory) Regards Aude Latrille .products { clear:both!important; display:block!important; } .products article { display:inline-block; float:left; } Link to comment Share on other sites More sharing options...
ArsAura Posted September 14, 2018 Share Posted September 14, 2018 7 hours ago, latrille said: Hello, add this below to your theme's custom.css file (assets directory) Regards Aude Latrille .products { clear:both!important; display:block!important; } .products article { display:inline-block; float:left; } Confirming, CSS problem Solved. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now