Title: Create own field: Style error
Last modified: November 14, 2018

---

# Create own field: Style error

 *  Resolved [filout](https://wordpress.org/support/users/filout/)
 * (@filout)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/create-own-field-style-error/)
 * Hi,
 * on a registration page i wanted to have a checkbox with “Accept terms (GDPR)”,
   so i set the TOS field to display and require, but the link on the text doesn’t
   worked.
    I found [this](https://wordpress.org/support/topic/tos-checkbox-and-text-issue/)
   but it doesn’t worked too. So i added a new field under Settings ==> Fields (
   Type ‘checkbox’). That works for me, on the page in one row is my own user text
   and in the row below is the checkbox. But my own user text has an offset to right
   and is not in the same column as the other texts. Why this? If i create a own
   user field as text and not checkbox, everthing is okay.
 * Regards, Thomas
 * See here: [Click](http://mfgwipshausen.dnshome.de/registrierung-2/)
    German text“
   Ich habe die Datenschutzerklärung gelesen”
    -  This topic was modified 7 years, 7 months ago by [filout](https://wordpress.org/support/users/filout/).

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

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/create-own-field-style-error/#post-10879368)
 * Your bootstrap.css file is applying a padding-left property of 20px to **all **
   instances of .checkbox.
 * You’ll need to apply something to override that such as
 * `#wpmemreg .checkbox { padding-left: initial; }`
 * You could do that using the WordPress Customizer. See the plugin documentation
   for notes on how to use the Customizer:
    [https://rocketgeek.com/plugins/wp-members/docs/customizing-forms/using-the-wordpress-customizer/](https://rocketgeek.com/plugins/wp-members/docs/customizing-forms/using-the-wordpress-customizer/)
 *  Thread Starter [filout](https://wordpress.org/support/users/filout/)
 * (@filout)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/create-own-field-style-error/#post-10879685)
 * Yes, thanks. It works with a little change:
 *     ```
       #wpmem_reg .checkbox { 
       padding-left: initial; 
       }
       ```
   
 * Look at the underline between `#wpmem` and `reg`. 🙂
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/create-own-field-style-error/#post-10883876)
 * oops! Can’t believe I put the wrong ID (#) in my own plugin.

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

The topic ‘Create own field: Style error’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/create-own-field-style-error/#post-10883876)
 * Status: resolved