tinypops Posted November 15, 2021 Share Posted November 15, 2021 I'm trying to bring these date images (filter buttons) side-by-side like they appear on desktop instead of the default mobile stacking. Any css that can help? site:https://contrabass-round-d5yj.squarespace.com/agenda pass:wethepeoplesbefore Link to comment
Solution Beyondspace Posted November 16, 2021 Solution Share Posted November 16, 2021 (edited) 20 hours ago, tinypops said: I'm trying to bring these date images (filter buttons) side-by-side like they appear on desktop instead of the default mobile stacking. Any css that can help? site:https://contrabass-round-d5yj.squarespace.com/agenda pass:wethepeoplesbefore Hi @tinypops, Try adding to your Home > Design > Custom Css @media only screen and (max-width: 767px) { #schedule-main .Index-page-content .row > .col > .row:nth-child(2) { display: flex; } #schedule-main .Index-page-content .row > .col > .row:nth-child(2) > .col { width: 20% !important; } #schedule-main .Index-page-content .row > .col > .row:nth-child(2) > .col:first-child { display: none; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Edited November 16, 2021 by bangank36 tinypops 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Beyondspace Posted November 16, 2021 Share Posted November 16, 2021 My testing result tinypops 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
tinypops Posted November 16, 2021 Author Share Posted November 16, 2021 Works like a charm. Thank you very much! Beyondspace 1 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