Site logo

Archived topic

Page specific RTL

8 replies · Started by Farokh on November 15, 2016

Viewing posts 1–9 of 9

How can a particular page be forced to RTL?

Good question! Honestly I'm not entirely sure of the answer.

WordPress loads the rtl.css stylesheet when RTL is enabled, so you would need to tell WordPress to enable that stylesheet on your specific page.

It might be a good question for WordPress stackexchange: http://wordpress.stackexchange.com/

Alright then how about making the CONTENT TITLE float to the right side of a specific page!
Any CSS to help?

You would do this inside the Simple CSS meta box (using the Simple CSS plugin):

.entry-header {
    text-align: right;
}

Thank you :)

BTW, Translation for Persian (Farsi) is now 100% ready.

Hi Tom,

Now that the content title is on the right, Is there any CSS to have the Content (text) of a page float to the right (rtl)?

It should be this:

.entry-content {
    text-align: right;
}

Done, Thanks

You're welcome :)

This archived topic is closed to new replies.