terrymcdonaldd Posted May 27, 2021 Share Posted May 27, 2021 Site URL: https://www.exceedfootwear.com Hi I am looking to change the view from 1 product per line on the iPhone to 2 per line (making the images smaller). How can I do this ASAP. Any help would be greatly appreciated Link to comment
tuanphan Posted July 17, 2021 Share Posted July 17, 2021 On 5/27/2021 at 6:43 PM, terrymcdonaldd said: Site URL: https://www.exceedfootwear.com Hi I am looking to change the view from 1 product per line on the iPhone to 2 per line (making the images smaller). How can I do this ASAP. Any help would be greatly appreciated Hi. Add to Design > Custom CSS /* Mobile products */ @media only screen and (max-width:700px) { div#productList { display: grid; grid-template-columns: repeat(2,1fr); grid-column-gap: 10px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment