Title: Adding space between widgets
Last modified: August 19, 2016

---

# Adding space between widgets

 *  [frenchtouchmusic](https://wordpress.org/support/users/frenchtouchmusic/)
 * (@frenchtouchmusic)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/)
 * Hello,
 * I would like to add some space between my widgets as they’re all close together.
   I tried to add empty widgets and to modify margins, padding and borders in style.
   css
    Nothing is working! 🙁
 * Could you please help me!?
 * My website is [http://www.frenchtouchmusic.net](http://www.frenchtouchmusic.net)
 * Thanks,

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/#post-1842142)
 * Edit style.css and add `margin-top:20px;` to:
 *     ```
       #colRightInner h2 {
           border-bottom: 1px solid #E2E2D8;
           font-size: 16px;
           padding: 5px 0 8px;
       }
       ```
   
 *  Thread Starter [frenchtouchmusic](https://wordpress.org/support/users/frenchtouchmusic/)
 * (@frenchtouchmusic)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/#post-1842187)
 * Thanks Esmi for your answer,
    but the thing is I want to add a margin in the 
   bottom of each widget!
 * If I add your line, the first widget will not be at the top of the right column!
 * What could be the code to add a margin only at the bottom?
 * Thanks in advance
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/#post-1842188)
 * Unfortunately, the way in which the sidebar widgets have been coded doesn’t make
   this especially easy. You could try adding:
 *     ```
       .textwidget {
       margin-bottom:20px;
       }
       ```
   
 * to the bottom of style.css and see if that helps.
 *  Thread Starter [frenchtouchmusic](https://wordpress.org/support/users/frenchtouchmusic/)
 * (@frenchtouchmusic)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/#post-1842192)
 * Unfortunately it doesn’t work! 🙁
 * Any other idea?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/#post-1842216)
 * Not without editing the theme to add some better markup around the individual
   widgets.
 *  [cyberhawk](https://wordpress.org/support/users/cyberhawk/)
 * (@cyberhawk)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/#post-1842464)
 * Try putting the following code at the bottom of your .css file:
 * /* reduce space between widgets in sidebar */
    .widget{ margin-bottom: 10px; }

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

The topic ‘Adding space between widgets’ is closed to new replies.

## Tags

 * [space](https://wordpress.org/support/topic-tag/space/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [cyberhawk](https://wordpress.org/support/users/cyberhawk/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/adding-space-between-widgets-1/#post-1842464)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
