Title: rtl direction
Last modified: August 31, 2016

---

# rtl direction

 *  Resolved [adishlomy](https://wordpress.org/support/users/adishlomy/)
 * (@adishlomy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/rtl-direction-2/)
 * Hi,
    I will be happy to get your help… my site is in trl language. who can I 
   change the fields from left to right? the job title for example should be in 
   the right and not in te left…
 * and who can I make the job title bigger and in different color?
 * thanks!
 * [https://wordpress.org/plugins/simple-job-board/](https://wordpress.org/plugins/simple-job-board/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [adishlomy](https://wordpress.org/support/users/adishlomy/)
 * (@adishlomy)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/rtl-direction-2/#post-7065947)
 * I mean rtl of course…
 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/rtl-direction-2/#post-7065996)
 * Hello adishlomy,
 * You can use CSS “direction” property for changing the language direction from
   rtl to ltr and “font-size” & “color” property to increase title size and color.
 * To change job application form & title direction from rtl to ltr add the following
   code in default theme css file.
 *     ```
       #sjb-application-form  {
          direction: ltr;
       }
       #job-title {
       direction: ltr;
       }
       ```
   
 * Thanks & Regards,
    PressTigers

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘rtl direction’ is closed to new replies.

 * ![](https://ps.w.org/simple-job-board/assets/icon-256x256.png?rev=1829069)
 * [Simple Job Board](https://wordpress.org/plugins/simple-job-board/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-job-board/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-job-board/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-job-board/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-job-board/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-job-board/reviews/)

## Tags

 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 2 replies
 * 2 participants
 * Last reply from: [PressTigers](https://wordpress.org/support/users/presstigers/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/rtl-direction-2/#post-7065996)
 * Status: resolved