18davidgarcia Posted August 20, 2020 Share Posted August 20, 2020 Hello! I am building a site using the Hester template and it won't let me add more than four columns to my product page. I would like to display 6 or 7 products per row instead of the four. Is there someone who could help me with this? Thanks! David Link to comment
tuanphan Posted August 21, 2020 Share Posted August 21, 2020 Can you share link to product page? We can check easier. 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
18davidgarcia Posted August 24, 2020 Author Share Posted August 24, 2020 Hey! Sorry for the delay. https://sealion-parsnip-znhz.squarespace.com/collectionone Link to comment
18davidgarcia Posted August 24, 2020 Author Share Posted August 24, 2020 the password is "helpme" Link to comment
Solution tuanphan Posted August 24, 2020 Solution Share Posted August 24, 2020 Add to Home > Settings > Advanced > Code Injection > Header <style> /* products 5 columns */ @media screen and (min-width:992px) { .products.collection-content-wrapper .list-grid { grid-template-columns: repeat(5,minmax(0,1fr)) !important; } } </style> 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