Title: remove space between widgets
Last modified: August 21, 2016

---

# remove space between widgets

 *  [twentysomethingintoronto](https://wordpress.org/support/users/twentysomethingintoronto/)
 * (@twentysomethingintoronto)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-space-between-widgets/)
 * Hi I find that the spaces between the widgets is too big, is there any way to
   make them smaller? I’m using the adelle theme and the site is [http://www.twentysomethingintoronto.com](http://www.twentysomethingintoronto.com)

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

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-space-between-widgets/#post-4636734)
 * It looks like you have 2 blank text widgets in your sidebar. You can remove them
   through Appearance > Widgets.
 *  [wacoh_327](https://wordpress.org/support/users/wacoh_327/)
 * (@wacoh_327)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-space-between-widgets/#post-4636747)
 * Install Custom CSS Manager Plugin
    [http://wordpress.org/plugins/custom-css-manager-plugin/](http://wordpress.org/plugins/custom-css-manager-plugin/)
 * After installing the plugin, go here:
    Appearance > Custom CSS Manager and put
   this code in the textarea:
 *     ```
       .side-widget {
       padding: 20px 20px 0px 20px;
       margin-bottom: 0px;
       }
       ```
   
 * If the above code don’t work, try putting “!important” at the end of each CSS
   values:
 *     ```
       .side-widget {
       padding: 20px 20px 0px 20px !important;
       margin-bottom: 0px !important;
       }
       ```
   

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

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

 * 2 replies
 * 3 participants
 * Last reply from: [wacoh_327](https://wordpress.org/support/users/wacoh_327/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/remove-space-between-widgets/#post-4636747)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
