SolveigTraeet Posted January 6, 2022 Share Posted January 6, 2022 Site URL: https://www.queenofsol.com/music Hi! I need some help making the three blocks that you can see on my music page, to appear in a row next to each other on mobile version. I also want these blocks to be smaller on laptop/computer version. Can anyone help me with this? 🙂 Beyondspace 1 Link to comment
Beyondspace Posted January 6, 2022 Share Posted January 6, 2022 1 hour ago, SolveigTraeet said: Site URL: https://www.queenofsol.com/music Hi! I need some help making the three blocks that you can see on my music page, to appear in a row next to each other on mobile version. I also want these blocks to be smaller on laptop/computer version. Can anyone help me with this? 🙂 You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1610638258061_22611 + .row > .col { width: 33.33% !important; float: left !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you 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 January 6, 2022 Share Posted January 6, 2022 My testing on mobile 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
SolveigTraeet Posted January 8, 2022 Author Share Posted January 8, 2022 @bangank36Thank you, it worked great! 🙂 Beyondspace 1 Link to comment
SolveigTraeet Posted January 8, 2022 Author Share Posted January 8, 2022 @bangank36 Can you help me make the three blocks smaller on computer version? they are too big. Beyondspace 1 Link to comment
Beyondspace Posted January 8, 2022 Share Posted January 8, 2022 51 minutes ago, SolveigTraeet said: @bangank36 Can you help me make the three blocks smaller on computer version? they are too big. Try #block-yui_3_17_2_1_1610638258061_22611 + .row { display: flex; justify-content: center; } #block-yui_3_17_2_1_1610638258061_22611 + .row > .col { width: 30% !important; } Let me know how it works on your site 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
SolveigTraeet Posted January 9, 2022 Author Share Posted January 9, 2022 @bangank36 Thank you, that fixed it! 🙂 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