Title: Centered Form
Last modified: April 14, 2017

---

# Centered Form

 *  [rr2017](https://wordpress.org/support/users/rr2017/)
 * (@rr2017)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/)
 * Hello,
 * I tried doing a search for this but I got overwhelmed with results that were 
   irrelevant to what I am trying to do, so I apologize if this has been discussed
   before. I am trying to center the form and I have changed all the alignments 
   I see to center but it still stays to the left.
 * Here is my site [http://www.rachelrumbelow.com](http://www.rachelrumbelow.com).
 * Any help would be greatly appreciated.
 * Thanks!

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9032333)
 * Hi, please read the following [documentation](http://www.fastsecurecontactform.com/tip-center-the-form).
   Let me know if you need more help.
 * Thank you
 *  Thread Starter [rr2017](https://wordpress.org/support/users/rr2017/)
 * (@rr2017)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9032637)
 * Thank you, that worked for the form but for some reason the text won’t center.
   This is exactly how I have the code:
 * <p style=”text-align:center;”>Do you like my writing? Have a question about something?
   </p>
    <p style=”text-align:center;”>Better yet, wanna hire me or collaborate?
   Any of these will do.</p> <p style=”text-align:center;”>Please fill out the form
   below.</p>
 * Just like it says in the instructions. Also the required field text won’t center
   and that has the text-align:center; code, so I’m not sure what’s going on there.
   Any ideas?
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9034265)
 * Hi, can you share the URL to your contact form.
 * Thank you
 *  Thread Starter [rr2017](https://wordpress.org/support/users/rr2017/)
 * (@rr2017)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9034282)
 * Sorry completely forgot to do that! [http://www.rachelrumbelow.com/contact/](http://www.rachelrumbelow.com/contact/)
    -  This reply was modified 8 years, 11 months ago by [rr2017](https://wordpress.org/support/users/rr2017/).
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9034347)
 * Hi, for the required field text add the following code.
 *     ```
       #fscf_required1 {
           text-align: center;
       }
       ```
   
 * For all of your other text you have added double quotes twice. Check your code
   and correct this error.
 * Let me know if you need more help.
 * Kind regards
 *  Thread Starter [rr2017](https://wordpress.org/support/users/rr2017/)
 * (@rr2017)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9034381)
 * The required field code worked, thank you.
 * I didn’t add double quotes to the welcome text. I added exactly as you see in
   the original post as it is said to add from the link you provided. So what must
   have happened is that the code adds another set of quotes. The documentation 
   should be changed to reflect that.
 * For anybody else having this problem, it worked after I took the (one set of)
   quotes out. This is now how it appears in the Basic Settings page:
    <p style=
   text-align:center;>Do you like my writing? Have a question about something?</
   p> <p style=text-align:center;>Better yet, wanna hire me or collaborate?</p> 
   <p style=text-align:center;>Any of these will do. Please fill out the form below.
   </p>
    -  This reply was modified 8 years, 11 months ago by [rr2017](https://wordpress.org/support/users/rr2017/).
 *  Thread Starter [rr2017](https://wordpress.org/support/users/rr2017/)
 * (@rr2017)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9034389)
 * I spoke too soon. The required text is centered in Firefox but not Chrome.
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9035112)
 * Hi, just for testing purposes. Can you test one of WordPress default themes like
   Twenty Fifteen or Sixteen?
 * Thank you
 *  Thread Starter [rr2017](https://wordpress.org/support/users/rr2017/)
 * (@rr2017)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9035216)
 * Yep, still happens on the default theme. [http://www.rachelrumbelow.com/contact/](http://www.rachelrumbelow.com/contact/)
   and interestingly, with the default theme it happens with both firefox and chrome.
   Oh right, because the css changed. But again, I have it set to be centered on
   the settings page for the plugin.
 * I appreciate all of your help. I think I’m going to go with another plugin. Thank
   you!
    -  This reply was modified 8 years, 11 months ago by [rr2017](https://wordpress.org/support/users/rr2017/).
    -  This reply was modified 8 years, 11 months ago by [rr2017](https://wordpress.org/support/users/rr2017/).
 *  [annicello](https://wordpress.org/support/users/annicello/)
 * (@annicello)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9037774)
 * Hello, I am also having the problem with the required field text not being centered.
   I added the code you suggested in your reply and that didn’t work for me.
 * I am using Chrome, my website is charlsenwoodworkinganddesign.com
    Any help you
   could provide would be greatly appreciated.
    -  This reply was modified 8 years, 11 months ago by [annicello](https://wordpress.org/support/users/annicello/).
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9038744)
 * [@annicello](https://wordpress.org/support/users/annicello/), did you follow 
   the instructions from the documentation URL above?
 *  [annicello](https://wordpress.org/support/users/annicello/)
 * (@annicello)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9038858)
 * Yes sir, I did. I also tried the fix you recommended to the other poster. If 
   there’s even a way to remove just that item..The form works great for me in every
   way except that one line of text won’t center. Thanks.
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9038912)
 * Can you also look at the following [documentation](http://mbrsolution.com/wordpress/fast-secure-contact-form-center-style.php).
   Let me know if this helps you.
 * If the above does not help and you would like to remove the **\*indicates required
   field**, do the following. Go to Labels tab and **uncheck Enable required field
   label on contact form:**.
    -  This reply was modified 8 years, 11 months ago by [mbrsolution](https://wordpress.org/support/users/mbrsolution/).

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

The topic ‘Centered Form’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [center](https://wordpress.org/support/topic-tag/center/)
 * [form](https://wordpress.org/support/topic-tag/form/)

 * 13 replies
 * 3 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/centered-form/#post-9038912)
 * Status: not resolved