hannahpellatt Posted December 5, 2021 Share Posted December 5, 2021 Site URL: https://pentagon-snail.squarespace.com/work-with-me I'd like to centre align the text and button here, for mobile only – I've worked out that the block-id is block-19e83a1f88fdd3e23066 but struggling to find the right custom css to fix the alignment issue. Site password: kerri2021 Link to comment
Beyondspace Posted December 5, 2021 Share Posted December 5, 2021 1 hour ago, hannahpellatt said: Site URL: https://pentagon-snail.squarespace.com/work-with-me I'd like to centre align the text and button here, for mobile only – I've worked out that the block-id is block-19e83a1f88fdd3e23066 but struggling to find the right custom css to fix the alignment issue. Site password: kerri2021 Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="619a48341cc421520fbf7767"] { .image-card-wrapper { .image-title { text-align: center; } } .image-button-inner { text-align: center; } } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too hannahpellatt 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ 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
hannahpellatt Posted December 6, 2021 Author Share Posted December 6, 2021 Amazing! Worked perfectly except that I'd like the text to be center aligned too... do I access that in the code with image-text ? Link to comment
Beyondspace Posted December 6, 2021 Share Posted December 6, 2021 20 minutes ago, hannahpellatt said: Amazing! Worked perfectly except that I'd like the text to be center aligned too... do I access that in the code with image-text ? Do you mean setting justify for the text below title? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ 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
hannahpellatt Posted December 6, 2021 Author Share Posted December 6, 2021 6 hours ago, bangank36 said: Do you mean setting justify for the text below title? Yes that's the one! Link to comment
Beyondspace Posted December 6, 2021 Share Posted December 6, 2021 4 minutes ago, hannahpellatt said: Yes that's the one! 4 minutes ago, hannahpellatt said: Yes that's the one! You can try .image-card .image-subtitle-wrapper p { text-align: justify; } Let me know how it works on your site tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment