RoswiS Posted October 14, 2022 Share Posted October 14, 2022 Site URL: https://www.t-collection.it/ Hi all! I'm not able to centre-Align all buttons on mobile. I already tried this css, but it doesn't work: @media(max-width: 1220px) {.sqs-block-button .sqs-block-button-container--left {text-align: center; }} Can anyone help me? Thank you. Link to comment
Beyondspace Posted October 14, 2022 Share Posted October 14, 2022 Try @media only screen and (max-width: 767px) { .sqs-block-button:not(.sqs-stretched) .sqs-block-button-container { justify-content: center; } } 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 October 14, 2022 Share Posted October 14, 2022 My testing Support me by pressing 👍 if this useful for you RoswiS 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
RoswiS Posted October 14, 2022 Author Share Posted October 14, 2022 This worked great, thank you very much!! 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