Title: CF7 rtl code insertion
Last modified: September 20, 2021

---

# CF7 rtl code insertion

 *  Resolved [kalanhd](https://wordpress.org/support/users/kalanhd/)
 * (@kalanhd)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/cf7-rtl-code-insertion/)
 * Hey, I want to make by form RTL
 * I’ve inserted this piece of code into the “Additional setting” tab:
 *     ```
       div#wpcf7-f872-p865-o1 {
           direction: rtl;
       }
       ```
   
 * and nothing happens.
 * My form looks like this:
 *     ```
       [text* text-109 placeholder "שם *"]
   
       [email* email-684 placeholder "כתובת מייל *"]
   
       [textarea textarea-249 placeholder "תוכן"]
   
       [submit "שלח הודעה"]
       ```
   
    -  This topic was modified 4 years, 8 months ago by [kalanhd](https://wordpress.org/support/users/kalanhd/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcf7-rtl-code-insertion%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/cf7-rtl-code-insertion/#post-14891889)
 * See [Contact form in your language](https://contactform7.com/contact-form-in-your-language/)
   and create a contact form in Hebrew.
 *  Thread Starter [kalanhd](https://wordpress.org/support/users/kalanhd/)
 * (@kalanhd)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/cf7-rtl-code-insertion/#post-14898672)
 * Hey I’ve tried this and nothing, the CF is in my language but the text is still
   LTR instead RTL
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/cf7-rtl-code-insertion/#post-14900051)
 * Now the form has `dir="rtl" lang="he-IL"` and seems like RTL to me. What problems
   do you see in it?
 *  Thread Starter [kalanhd](https://wordpress.org/support/users/kalanhd/)
 * (@kalanhd)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/cf7-rtl-code-insertion/#post-14900826)
 * I added this piece of code and everything works fine now
 *     ```
       body.rtl .wpcf7-form input,
       body.rtl .wpcf7-form textarea {
         max-width: 100%;
         direction: rtl;
       }
       ```
   

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

The topic ‘CF7 rtl code insertion’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [kalanhd](https://wordpress.org/support/users/kalanhd/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/cf7-rtl-code-insertion/#post-14900826)
 * Status: resolved