DARKF3D3 Posted September 6, 2014 Share Posted September 6, 2014 From 769px and above the cart is automatically adapted to page width, also from 767px and below. But on exactly 768px, that's the resolution of some tablet like the iPad mini 1, the cart summary table is wider of the page so it show it in a scrolling table. I wan't to disable it because i think this confuse the customer that for see prices should scroll the table. I find this: @media (max-width: 768px) .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; overflow-x: scroll; border: 1px solid #d6d4d4; The problem is that only removing the 2 overflow it show the table but too wide. Where i can set the width at 100% like at other resolution? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted September 18, 2014 Author Share Posted September 18, 2014 Any idea on how to fix this? I don't find a working method to do that... Link to comment Share on other sites More sharing options...
Recommended Posts