Home › Forums › Support › Page specific RTL This topic has 8 replies, 2 voices, and was last updated 6 years, 2 months ago by Tom. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts November 15, 2016 at 1:09 pm #244618 Farokh How can a particular page be forced to RTL? November 15, 2016 at 11:10 pm #244699 TomLead Developer Lead Developer 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/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 16, 2016 at 2:58 pm #244964 Farokh Alright then how about making the CONTENT TITLE float to the right side of a specific page! Any CSS to help? November 16, 2016 at 8:25 pm #245022 TomLead Developer Lead Developer You would do this inside the Simple CSS meta box (using the Simple CSS plugin): .entry-header { text-align: right; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 16, 2016 at 11:22 pm #245050 Farokh Thank you ๐ BTW, Translation for Persian (Farsi) is now 100% ready. November 17, 2016 at 12:01 am #245058 Farokh 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)? November 17, 2016 at 12:16 am #245062 TomLead Developer Lead Developer It should be this: .entry-content { text-align: right; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 17, 2016 at 12:32 am #245067 Farokh Done, Thanks November 17, 2016 at 8:46 am #245192 TomLead Developer Lead Developer You’re welcome ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In