mreli123
Member
Posted 1 year ago #
Hi - my website http://prowrite.co.il is mostly in hebrew but has one page in English entitled "Prowrite". The title of this page shows up on the right side of the page - does anyone know how i can make it appear on the left side? this is important for anyone using both an RTL and LTR languages on the same website. thanks.
mreli123
Member
Posted 1 year ago #
by the way, the link the exact page is: http://prowrite.co.il/4-2/prowrite/
http://www.w3schools.com/Css/pr_text_direction.asp
in your case, add this at the end of style.css:
#post-96 h1 { direction: ltr; }
Hi,
@mreli123: did you manage?
I have a similar problem. On my site http://www.wonderfulwedding.nl/ I offer content in Dutch, English and working on Hebrew. Only on the Hebrew pages I would want the page title to appear on the right side.
Any idea how to accomplish this?
Thanks!