Title: Removing margin between two sidebar widgets
Last modified: September 1, 2016

---

# Removing margin between two sidebar widgets

 *  [bekanator](https://wordpress.org/support/users/bekanator/)
 * (@bekanator)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/removing-margin-between-two-sidebar-widgets/)
 * Since I’ve updated to the most recent version of WordPress, I’ve noticed that
   my custom CSS I had in my blog sidebar is no longer working.
 * [http://rebeccajoneshowe.com/blog/](http://rebeccajoneshowe.com/blog/)
 * On my right “about me” section, I’m using two widgets, a text widget and the “
   Simple Follow Me Social Buttons” widget. Before I updated WordPress, I’d managed
   to remove the margin between these two widgets so that there was no space between
   the “+Bloglovin'” button and the social buttons.
 * I can’t seem to figure out how to get rid of that margin now. I don’t want there
   to be that 60px of space.

Viewing 1 replies (of 1 total)

 *  [webkong](https://wordpress.org/support/users/webkong/)
 * (@webkong)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/removing-margin-between-two-sidebar-widgets/#post-7675864)
 *     ```
       .widget {
           margin: 0 0 10px;
       }
       ```
   
 * Add to your [custom css.](https://wordpress.org/plugins/search.php?q=custom+css)

Viewing 1 replies (of 1 total)

The topic ‘Removing margin between two sidebar widgets’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [webkong](https://wordpress.org/support/users/webkong/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/removing-margin-between-two-sidebar-widgets/#post-7675864)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
