Title: Misaligned Check boxes
Last modified: August 30, 2016

---

# Misaligned Check boxes

 *  Resolved [applemou](https://wordpress.org/support/users/applemou/)
 * (@applemou)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/misaligned-check-boxes/)
 * Hi, I’ve created a booking form, but the check boxes seemed to be misaligned 
   with the text that they are supposed to be in-line with. Scroll down to Equipment
   Requirements.
 * [http://www.westcoast-mountainguides.co.uk/booking-form/](http://www.westcoast-mountainguides.co.uk/booking-form/)
 * Can anyone help please?
 * [https://wordpress.org/plugins/si-contact-form/](https://wordpress.org/plugins/si-contact-form/)

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

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/misaligned-check-boxes/#post-6726489)
 * Hi, can you test one of WordPress defaults themes like Twenty Fifteen?
 * If the above does not show any improvement, you will have to add the following
   to each label.
 * For example **Walking Axe** id below.
 * **id=”fscf_field2_18_1″**.
 * I added the following
 *     ```
       element.style {
           display: inline;
           position: relative; <--- I added this
           top: -9px; <--- I added this
       }
       ```
   
 *  Thread Starter [applemou](https://wordpress.org/support/users/applemou/)
 * (@applemou)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/misaligned-check-boxes/#post-6726536)
 * Thanks, I can’t seem to work out where to add those two lines. Is it within the
   editor?
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/misaligned-check-boxes/#post-6726562)
 * Hi, does your theme allow for custom css code? If not you will need to install
   a plugin that allows you to insert custom code. Then you can add the following
   code. Remember each field has a unique ID. So you will have to search for each
   ID.
 * An example code would be
 *     ```
       #fscf_field2_18_1 {
           display: inline;
           position: relative; <--- I added this
           top: -9px; <--- I added this
       }
       ```
   
 *  Thread Starter [applemou](https://wordpress.org/support/users/applemou/)
 * (@applemou)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/misaligned-check-boxes/#post-6726612)
 * Thanks, I seemed to have it looking much more in line.
 * Much appreciated!
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/misaligned-check-boxes/#post-6726616)
 * I am happy to hear 😉
 * If you don’t require any more help with this support thread can you mark it as
   resolved.
 * Thank you

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

The topic ‘Misaligned Check boxes’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/misaligned-check-boxes/#post-6726616)
 * Status: resolved