Noob17042 Posted March 30, 2020 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".
tuanphan Posted March 30, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Noob17042 Posted March 31, 2020 Author 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"??
tuanphan Posted March 31, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Noob17042 Posted March 31, 2020 Author 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 🙂
Noob17042 Posted March 31, 2020 Author 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.