Title: SIdebar Format?
Last modified: August 20, 2016

---

# SIdebar Format?

 *  [adventureswithben](https://wordpress.org/support/users/adventureswithben/)
 * (@adventureswithben)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-format/)
 * For some reason, the widget doesn’t create a line break between the “Preferred
   Format” and HTML option line. It looks bad.
 * Can this be fixed?
 * Here’s my site: [http://orlandowaterhole.com](http://orlandowaterhole.com)
 * [http://wordpress.org/extend/plugins/mailchimp/](http://wordpress.org/extend/plugins/mailchimp/)

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

 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-format/#post-3328098)
 * Hey there,
 * It looks like this is being caused by some CSS code that’s elsewhere on your 
   site. (Specifically “float:left;” being applied on all of your label elements)
 * To fix it, you’ll want to add some CSS code to set this particular label in the
   sign up form to NOT float left. Here’s the code you’ll want to add into your 
   stylesheet:
 * .mergeRow label{
    float:none; }
 * If you have any questions, let me know. 🙂
 *  Thread Starter [adventureswithben](https://wordpress.org/support/users/adventureswithben/)
 * (@adventureswithben)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-format/#post-3328178)
 * I can do that, except where do I put that piece of code? I’m not a programmer.
   Let me know what stylesheet and line and I can copy and paste.
 * Thanks!
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-format/#post-3328181)
 * Hey hey,
 * This should work by getting added to your WordPress theme’s CSS file. To edit
   that, go to your WP admin, then click Appearance > Editor. Then, locate your 
   primary CSS file and tack the above onto the end of it.
 * If you have any questions, lemme know!
 *  Thread Starter [adventureswithben](https://wordpress.org/support/users/adventureswithben/)
 * (@adventureswithben)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-format/#post-3328182)
 * Fixed, thank you!
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-format/#post-3328192)
 * Awesome! glad to hear man.
 * -tk

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

The topic ‘SIdebar Format?’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/sidebar-format/#post-3328192)
 * Status: not resolved