msyed Posted April 28, 2020 Share Posted April 28, 2020 Currently trying to make the shop page display products in 2 columns on mobile devices running theme on 7.1 I have used the below code but it forces all products to half the screen and on one column? any help will be really appreciated @media only screen and (max-width: 750px) { .products.collection-content-wrapper .list-grid { width:50% !important; clear:right !important; padding-right: 5px !important; padding-left: 0px !important; } .product-image a{ width: 100% !important; } } Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 Solved some similar cases. Your code is incorrrect. Can you share link to shop page on your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.