Title: Space between widgets in sidebar
Last modified: August 31, 2016

---

# Space between widgets in sidebar

 *  Resolved [carlager](https://wordpress.org/support/users/carlager/)
 * (@carlager)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/space-between-widgets-in-sidebar/)
 * I have 3 widgets in the sidebar on my webpage [http://www.heron3050.com/Blog/](http://www.heron3050.com/Blog/)
 * I can control each of the widgets by the code in my custom CSS
 * #secondary .widget1 {
    background-color: red; Padding : 15px; margin-left: -15px;
   width: 113%; }
 * Now I want to have space between each of the widgets (i.e between Red & Blue 
   and Blue& Green and be able to control the background color and size of the space.
 * How is that done ?

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

 *  [Dan Roundhill](https://wordpress.org/support/users/mrroundhill/)
 * (@mrroundhill)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/space-between-widgets-in-sidebar/#post-7182223)
 * The same way you’ve added `margin-left`, you can also do `margin-bottom: 20px;`.
 * Or you can combine the properties into one line: `margin: 0 0 20px -15px;`
 *  Thread Starter [carlager](https://wordpress.org/support/users/carlager/)
 * (@carlager)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/space-between-widgets-in-sidebar/#post-7182351)
 * Thanx 🙂

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [carlager](https://wordpress.org/support/users/carlager/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/space-between-widgets-in-sidebar/#post-7182351)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
