RoswiS Posted October 14, 2022 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.
Beyondspace Posted October 14, 2022 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; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted October 14, 2022 Posted October 14, 2022 My testing Support me by pressing 👍 if this useful for you RoswiS 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
RoswiS Posted October 14, 2022 Author Posted October 14, 2022 This worked great, thank you very much!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment