Guest Posted December 6, 2015 Posted December 6, 2015 Hi,I have a portfolio in english and i want to add a blog in hebrew,how can i change the CSS code to RTL (right to left) that it will affect only the formatting of the blog and not the portfolio too? If possible, can someone add the exact code that i can copy it? Thanks :) Haim
Guest Posted December 8, 2015 Posted December 8, 2015 Found it!!!If anyone needs... When you open a new blog post, before you start writing add a Markdown from the tools menuand write inside the following: This will make the writing Right to Left and will affect only this post.
Elephant Posted July 4, 2016 Posted July 4, 2016 I need to be able to add bidirectional text for Hebrew. I wasn't able to follow your instructions. 1. What is a Markdown? 2. It looks like you left out what needs to be written inside.
Guest Posted August 6, 2016 Posted August 6, 2016 Hi @Elephant Sorry for the late replay... Markdown is an add on that you can find in the "add content menu", in the BASIC section. When you edit a post, just click on the line that open the menu for adding new content and you will find it there. The text you should write inside the markdown is: Hope it will fix your issue
Guest Posted August 6, 2016 Posted August 6, 2016 @ElephantBecause i am writing a code it's disappearing.I'm trying again here: <style> .site-title { direction: rtl; } </style>
Elephant Posted August 18, 2016 Posted August 18, 2016 @HaimLeviThank you. I found the Markdown tool and I tried your recommendation, but it doesn't seem to do much. It seems to correct the blog title when open to that blog entry. So I tried a few variations. I added another set of code for body text. I'm not sure if I did it right. Please look and comment. I tried copying that to the Advanced > Page Header Code Injection for the entire blog. That didn't seem to do anything. I was hoping to make it appear when looking at the entire blog. I would also like to get the bidirectional text to work in a Summary block. Any ideas?
Three Matches Posted September 25, 2017 Posted September 25, 2017 That will work: <div dir="rtl"</div> To add to every page in the header code injection (advanced tab)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.