Title: CSS WPforms &#8211; Base Styling Only
Last modified: September 2, 2024

---

# CSS WPforms – Base Styling Only

 *  Resolved [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/css-wpforms-base-styling-only/)
 * I am suffering from odd styles all over my WP Forms, so I have set Base Styling
   Only to control things from css child theme globally.
 * I see indents and [bullitts all over](https://snipboard.io/DVPtSK.jpg). How do
   I get of rid of those?

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

 *  Thread Starter [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/css-wpforms-base-styling-only/#post-17989059)
 * This css appear to remove the bullitts and indents…
 *     ```wp-block-code
       .wpforms-container ul {    padding: 0;    list-style-type: none;}
       ```
   
 * Next issue: [Field indents](https://snipboard.io/CyhsZ4.jpg) in some places. 
   I have a suspicion these are column 2 in a 2 column line up. I came across this
   somewhere i docs, and I got the impression, I cannot live without, so it is already
   added and not fixing this issue…
 *     ```wp-block-code
       /* When using Base styling and multi-column, use this CSS to correct the column layout.Original doc link: https://wpforms.com/docs/how-to-choose-an-include-form-styling-setting/*/.wpforms-field {    clear: both !important;}
       ```
   
 *  Thread Starter [hebhansen](https://wordpress.org/support/users/hebhansen/)
 * (@hebhansen)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/css-wpforms-base-styling-only/#post-17989221)
 * This appears to do nothing:
 *     ```wp-block-code
       .wpforms-one-half .wpforms-first,.wpforms-one-half {    width: 49%;}
       ```
   
 *  Plugin Support [Ralden Souza](https://wordpress.org/support/users/rsouzaam/)
 * (@rsouzaam)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/css-wpforms-base-styling-only/#post-17991225)
 * Hi [@hebhansen](https://wordpress.org/support/users/hebhansen/),
 * Thank you for reaching out! I’m sorry to hear you’re having trouble styling your
   form.
 * When you have a moment, could you please share the URL to your form? That way,
   I can take a look and see why your CSS snippets aren’t working as expected.
 * Another option is to use the “Base and form theme styling” option in **WPForms
   > Settings > General > Include Form Styling**. After this, you can adjust your
   form style settings using CSS Variables, as I mentioned in [your topic here](https://wordpress.org/support/topic/focus-border-css/).
 * Thanks!
 *  Plugin Support [Ralden Souza](https://wordpress.org/support/users/rsouzaam/)
 * (@rsouzaam)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/css-wpforms-base-styling-only/#post-17998563)
 * Hi [@hebhansen](https://wordpress.org/support/users/hebhansen/),
 * We haven’t heard back from you in a few days, so I’m going to go ahead and close
   this thread for now. But if you’d like us to assist further, please feel welcome
   to continue the conversation.
 * Thanks!

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

The topic ‘CSS WPforms – Base Styling Only’ is closed to new replies.

 * ![](https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748)
 * [WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More](https://wordpress.org/plugins/wpforms-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpforms-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpforms-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wpforms-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpforms-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpforms-lite/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ralden Souza](https://wordpress.org/support/users/rsouzaam/)
 * Last activity: [1 year, 9 months ago](https://wordpress.org/support/topic/css-wpforms-base-styling-only/#post-17998563)
 * Status: resolved