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 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
tellemoi Posted February 14, 2021 Author Share Posted February 14, 2021 Works perfectly. Thank you @tuanphan 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