EitanBai Posted January 27, 2023 Share Posted January 27, 2023 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, 2023 Share Posted January 27, 2023 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 Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
EitanBai Posted January 28, 2023 Author Share Posted January 28, 2023 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, 2023 Solution Share Posted January 30, 2023 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! EitanBai and adva 2 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
EitanBai Posted February 3, 2023 Author Share Posted February 3, 2023 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, 2023 Author Share Posted February 3, 2023 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, 2023 Author Share Posted February 3, 2023 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. shams19 1 Link to comment
shams19 Posted February 6 Share Posted February 6 Can you also provide the code if we want to apply it just to a specific form block? Link to comment
shams19 Posted February 7 Share Posted February 7 Hey! I found it, how you can change the alignment of a particular block Here's the code #block-(block Code) .form-wrapper .field-list, .form-wrapper .field-list .field .caption .field-element { text-align: right !important; } tuanphan 1 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