tellemoi Posted February 2, 2021 Share Posted February 2, 2021 Site URL: https://www.tellemoi.co.uk Hi there, trying to get my related products to show in a row of 3 on mobile for all product pages ( I have 4) , like it does on the computer example: https://tellemoi.co.uk/nailpolish/kamikhaki Link to comment
tuanphan Posted February 4, 2021 Share Posted February 4, 2021 Add to Design > Custom CSS > Then save & reload your site /* related products */ @media screen and (max-width:640px) { .ProductItem-relatedProducts-grid { display: grid; grid-template-columns: repeat(3,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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tellemoi Posted February 14, 2021 Author Share Posted February 14, 2021 Works perfectly. Thank you @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.