Title: Reducing Space Between Widgets
Last modified: August 20, 2016

---

# Reducing Space Between Widgets

 *  [IlanK](https://wordpress.org/support/users/ilank/)
 * (@ilank)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/reducing-space-between-widgets/)
 * So I have a website that’s underdevelopment, cook.bitbooster.net, and I want 
   to reduce the space on the right between the email-subscribe widget and the three
   rss/facebook/twitter icons.
 * What code do I need to change?

Viewing 1 replies (of 1 total)

 *  [peredur](https://wordpress.org/support/users/peredur/)
 * (@peredur)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/reducing-space-between-widgets/#post-2337550)
 * First of all, the usual advice about making changes to themes in child themes
   and the possible disasters that can occur if you don’t.
 * You need to change this rule:
 *     ```
       .sidebar li.widget {
         ...
         min-height: 60px;
         ...
       }
       ```
   
 * Adding a rule to your (child theme’s) style sheet that sets a shorter minimum
   height should do it.
 * Cheers
 * PAE

Viewing 1 replies (of 1 total)

The topic ‘Reducing Space Between Widgets’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [peredur](https://wordpress.org/support/users/peredur/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/reducing-space-between-widgets/#post-2337550)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
