Title: right align
Last modified: August 20, 2016

---

# right align

 *  Resolved [zividan97](https://wordpress.org/support/users/zividan97/)
 * (@zividan97)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/right-align/)
 * is there any possibility to make the form align to the right?
    i use rtl lang(
   hebrew) and the form just doesn’t fit the website this way.
 * [http://wordpress.org/extend/plugins/contact-form-plugin/](http://wordpress.org/extend/plugins/contact-form-plugin/)

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

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/right-align/#post-3406032)
 * Hello zividan97,
 * You can specify styles in the css file of your theme:
    #cntctfrm_contact_form{
   float: right !important; } #cntctfrm_contact_form label{ float: right !important;}#
   cntctfrm_contact_form input{ float: right !important; }
 * Kind regards.
 *  Thread Starter [zividan97](https://wordpress.org/support/users/zividan97/)
 * (@zividan97)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/right-align/#post-3406033)
 * Thanks!! it worked 🙂
 *  [Rob](https://wordpress.org/support/users/promoting-all-things-good/)
 * (@promoting-all-things-good)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/right-align/#post-3406054)
 * I tried this to Center the form and it didn’t work.
    I copied and pasted the 
   above code into my style.css on my child theme. Am I missing something?
 *  [Rob](https://wordpress.org/support/users/promoting-all-things-good/)
 * (@promoting-all-things-good)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/right-align/#post-3406055)
 * Yes, I changed the float to center
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/right-align/#post-3406056)
 * There is no such thing as “float: center;”
 * [http://www.w3schools.com/cssref/pr_class_float.asp](http://www.w3schools.com/cssref/pr_class_float.asp)
 * CSS is quite theme/site specific so for CSS help, you need to post a link to 
   your site.
 * Also, this thread is marked resolved, so not a good place to ask a new question–
   please start your own thread –
 * [http://wordpress.org/support/plugin/contact-form-plugin#postform](http://wordpress.org/support/plugin/contact-form-plugin#postform)

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

The topic ‘right align’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-plugin/assets/icon-256x256.gif?rev=2565795)
 * [Contact Form by BestWebSoft - Advanced WP Contact Form Builder for WordPress](https://wordpress.org/plugins/contact-form-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-plugin/reviews/)

## Tags

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

 * 5 replies
 * 4 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/right-align/#post-3406056)
 * Status: resolved