Title: Decrease space between widgets in sidebar
Last modified: August 30, 2016

---

# Decrease space between widgets in sidebar

 *  Resolved [mr_cotter](https://wordpress.org/support/users/mr_cotter/)
 * (@mr_cotter)
 * [11 years ago](https://wordpress.org/support/topic/decrease-space-between-widgets-in-sidebar/)
 * How can I change the amount of space between widget items in my Page Right Sidebar?
   [http://blog.mustardseedadvent.com/](http://blog.mustardseedadvent.com/)

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years ago](https://wordpress.org/support/topic/decrease-space-between-widgets-in-sidebar/#post-6199822)
 * Hey there mr_cotter,
 * Hope you’re well today!
 * You should be able to decrease the space between your widgets with some custom
   CSS. Please try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .widget {
         margin: 0 0 3rem;
       }
       ```
   
 * Decrease the last numeric value to what ever suits you the most. If the code 
   doesn’t work please keep it added and let me know so I can take a look.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Theme Author [Styled Themes](https://wordpress.org/support/users/gejay/)
 * (@gejay)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/decrease-space-between-widgets-in-sidebar/#post-6199973)
 * Hi Bojan,
 * Thanks for helping out Mr_cotter, [@mr_cotter](https://wordpress.org/support/users/mr_cotter/)
   hope that has helped you, if not please do let us know.
 * Thanks.

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

The topic ‘Decrease space between widgets in sidebar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pure-simple/3.3.0/screenshot.png)
 * Pure & Simple
 * [Support Threads](https://wordpress.org/support/theme/pure-simple/)
 * [Active Topics](https://wordpress.org/support/theme/pure-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pure-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pure-simple/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Styled Themes](https://wordpress.org/support/users/gejay/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/decrease-space-between-widgets-in-sidebar/#post-6199973)
 * Status: resolved