EitanBai Posted January 27 Share Posted January 27 Howdy! I'm looking for help on a specific issue I'm currently facing on my SquareSpace website. I've added pictures on which the text in form/markdown is left to right, I'm trying to get Right to Left for the title and the text beneath. as well as the form. the language is in Hebrew which is Right to Left how can i change the CSS code to RTL (right to left) that it will affect only the needed segments. If possible, can someone add the exact code that I can copy it? Thanks 🙂 Link to comment
Ziggy Posted January 27 Share Posted January 27 Can you share your website URL? the CSS you need is: text-align:right; But you can also just switch from the default left aligned text to right aligned by change the settings on the text block. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
EitanBai Posted January 28 Author Share Posted January 28 On 1/27/2023 at 12:19 PM, Ziggy said: Can you share your website URL? the CSS you need is: text-align:right; But you can also just switch from the default left aligned text to right aligned by change the settings on the text block. Hi Ziggy.https://www.studio76x.com/ I don't think that solution works for the form block. any ideas? Link to comment
Solution Ziggy Posted January 30 Solution Share Posted January 30 Try this: .form-wrapper .field-list, .form-wrapper .field-list .field .caption .field-element { text-align: right !important; } Let me know if that works, give my post a thumbs up if you can, thanks! adva and EitanBai 2 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
EitanBai Posted February 3 Author Share Posted February 3 On 1/30/2023 at 10:21 AM, Ziggy said: Try this: .form-wrapper .field-list, .form-wrapper .field-list .field .caption .field-element { text-align: right !important; } Let me know if that works, give my post a thumbs up if you can, thanks! do you know what should i write to change the send button to center/right side? appreciated Link to comment
EitanBai Posted February 3 Author Share Posted February 3 2 minutes ago, EitanBai said: do you know what should i write to change the send button to center/right side? appreciated never mind I found out! ❤️ Link to comment
EitanBai Posted February 3 Author Share Posted February 3 On 1/30/2023 at 10:21 AM, Ziggy said: Try this: .form-wrapper .field-list, .form-wrapper .field-list .field .caption .field-element { text-align: right !important; } Let me know if that works, give my post a thumbs up if you can, thanks! when I type in the form it automatically writes it on left side, even though the titles are on right side. 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