HenryDaeche Posted October 27, 2022 Posted October 27, 2022 Hello, I am trying to left align a text block on mobile devices only on the fluid engine but it does not seem to be working. Here is the site: https://theliftingroom.squarespace.com/ - password 'theliftingroom' The text block "I want to left centre is 'OPENING NOVEMBER 2022. Acharavi, Corfu.' Thanks, Henry
Caroline_Smith Posted October 27, 2022 Posted October 27, 2022 (edited) Hey there! Here is a code snippet that should work: /* Start: Left align h3 on mobile */ @media(max-width: 769px) { #block-yui_3_17_2_1_1666860892734_481973 h3 { text-align: left !important; } } /* End: Left align h3 on mobile */ Edited October 27, 2022 by Caroline_Smith tuanphan and Ziggy 2 Feel free to email me with any customization inquiries or questions you may have! Free Squarespace Resources: DevTools Minicourse, 11-Step Guide to Improve Custom CSS, Free Product/Pricing Comparison Table Generator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment