elliotmaeve Posted May 15, 2021 Share Posted May 15, 2021 Site URL: https://www.elliotmaeve.com/ I am trying to set up my "shop" page and currently have no columns on mobile view and I would like 3 columns please so its easier for viewers to look through products. I have tried a bunch of codes that I have seen people using on this forum, but none of them seemed to work. Can you help me out? SIte URL: elliotmaeve.com Beyondspace 1 Link to comment
Beyondspace Posted May 16, 2021 Share Posted May 16, 2021 5 hours ago, elliotmaeve said: Site URL: https://www.elliotmaeve.com/ I am trying to set up my "shop" page and currently have no columns on mobile view and I would like 3 columns please so its easier for viewers to look through products. I have tried a bunch of codes that I have seen people using on this forum, but none of them seemed to work. Can you help me out? SIte URL: elliotmaeve.com Add this to Design->Custom CSS @media screen and (max-width: 768px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-column-gap: 1.5vw; grid-row-gap: 4vw; padding: 0; } } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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