Title: Padding on Side Widgets in Evolve Theme
Last modified: August 30, 2016

---

# Padding on Side Widgets in Evolve Theme

 *  [wcuangel4](https://wordpress.org/support/users/wcuangel4/)
 * (@wcuangel4)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/padding-on-side-widgets-in-evolve-theme/)
 * Hi, I have my website [http://tinytransitions.com/](http://tinytransitions.com/)
 * Im trying to reduce the padding on the side widgets. I have placed the following
   into the custom CSS area but it doesn’t appear to be doing anything.
 * .widget-area .widget {margin-bottom: 1rem;}
 * Is that wrong?
 * Thanks,
    Courtney

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

 *  [Will Schmierer](https://wordpress.org/support/users/officialwill/)
 * (@officialwill)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/padding-on-side-widgets-in-evolve-theme/#post-6782328)
 * Courtney,
 * You might want to check out around line 974 of your style.css file there is quite
   a bit of bottom margin between items where the line margin:0 0px 35px 0px; you
   might want to reduce that 35px value lower or all the way to zero as each widget
   still has some padding as well. Hope that helps.
 *     ```
       .widget-content {
       position:relative;
       margin:0 0px 35px 0px;
       padding:10px 15px 21px 15px;
       font-size:13px;
       background: #F6F6F6;
       border: 1px solid #E0DDDD;
       box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
       -box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
       -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
       -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9) inset;
       }
       ```
   
 *  Thread Starter [wcuangel4](https://wordpress.org/support/users/wcuangel4/)
 * (@wcuangel4)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/padding-on-side-widgets-in-evolve-theme/#post-6782367)
 * Thanks, this is a rookie question but when i add this code to the custom CSS 
   and modify the Margin from 35 to 5, it doesn’t appear to have changed. I dont
   want to do it in the master because when i update the theme it will wipe that
   out correct?
 * What the heck am i missing… hmm. Thanks!!

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

The topic ‘Padding on Side Widgets in Evolve Theme’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [wcuangel4](https://wordpress.org/support/users/wcuangel4/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/padding-on-side-widgets-in-evolve-theme/#post-6782367)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
