Noob17042 Posted March 30, 2020 Share Posted March 30, 2020 Site URL: https://sunfish-azalea-4lx5.squarespace.com/config/pages/5e82767d5293af2e2623e780 I would like my products to show in 6 colums instead of 4 like this: This is my code: This is the result: From what i can tell it's something to do with size of the display but I have no idea how to fix. Password to access site is "Pass1234". Link to comment
tuanphan Posted March 30, 2020 Share Posted March 30, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:768px) { .products.collection-content-wrapper .list-grid { grid-template-columns: repeat(6,minmax(0,1fr)) !important; } } 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
Noob17042 Posted March 31, 2020 Author Share Posted March 31, 2020 Thanks for responding but my result is still the same: If i hover over the warning it tells me "invalid property value". I have a feeling that the problem is something to do the "site.css?&F..." thing on the right of ".products.collection"?? Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 Have you inserted my code yet? and where did you insert? 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
Noob17042 Posted March 31, 2020 Author Share Posted March 31, 2020 Ah it is now working. I'm not sure why as i just left it for an hour but thats it. Thanks for the assistance 🙂 Link to comment
Noob17042 Posted March 31, 2020 Author Share Posted March 31, 2020 Seemed to start working when i went to pages>shop>settings>advanced>page header code injection typed nothing and hit save Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.