Title: Removing extra spacing
Last modified: August 21, 2016

---

# Removing extra spacing

 *  Resolved [cnich570](https://wordpress.org/support/users/cnich570/)
 * (@cnich570)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/)
 * I have a Nexus theme from elegant themes installed on my wordpress site and I
   can not figure out how to remove extra padding from certain sections. I tried
   Web Developer in safari and other programs to try and pin point the exact code
   but have had no success. I have also tried inserting a few commands into the 
   custom CSS section of the ePanel from other threads Ive read but nothing has 
   worked so far. This is the link to a site Iam talking about = [Trending](http://uncensoredfashion.com/?p=878)….
   the white space padding iam refering to is in between the logo and the advertisement
   and especially below the share this post – (social media icons) and Submit a 
   comment at the bottom of the page.

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

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/#post-4543789)
 *     ```
       #logo {
       padding-top: 0;
       margin-top: -40px;
       }
       ```
   
 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/#post-4543792)
 *     ```
       #et-box-author {
       margin-bottom: 0;
       }
       #comment-wrap {
       padding: 0;
       }
       ```
   
 *  Thread Starter [cnich570](https://wordpress.org/support/users/cnich570/)
 * (@cnich570)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/#post-4543890)
 * Awesome! Both worked! thank you so much
 *  Thread Starter [cnich570](https://wordpress.org/support/users/cnich570/)
 * (@cnich570)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/#post-4543891)
 * This might be excessive but is there a way to take out a little more space from
   the bottom of the page between the “share this post” and “submit a comment” ?
   I was able to take out the extra space above the advertisement in the editor….
   Heres the [Page](http://uncensoredfashion.com/?p=878)
 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/#post-4543923)
 *     ```
       #reply-title {
       padding-top: 10px;
       }
       ```
   
 *  Thread Starter [cnich570](https://wordpress.org/support/users/cnich570/)
 * (@cnich570)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/#post-4543926)
 * Thank you!! you are the man!

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

The topic ‘Removing extra spacing’ is closed to new replies.

 * 6 replies
 * 2 participants
 * Last reply from: [cnich570](https://wordpress.org/support/users/cnich570/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/removing-extra-spacing/#post-4543926)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
