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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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