Title: Remove Empty Space before
Last modified: August 19, 2016

---

# Remove Empty Space before

 *  [davidkynan](https://wordpress.org/support/users/davidkynan/)
 * (@davidkynan)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-empty-space-before/)
 * I can’t remove the empty space before my H2 tags at the top of my page (www.insultproof.
   com). This is the stylesheet:
 * _Stylesheet removed. Just give a link to your site. We can see your stylesheet
   there. -moderator_

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-empty-space-before/#post-1647972)
 * can you give more details?
 * there is no h2 in the page you linked to.
    and the space above the h3 does not
   seem to be too large.
 * which browser are you using?
 *  Thread Starter [davidkynan](https://wordpress.org/support/users/davidkynan/)
 * (@davidkynan)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-empty-space-before/#post-1648059)
 * Sorry, H3 tags.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/remove-empty-space-before/#post-1648060)
 * edit style.css of your theme:
 * there is this style with a 40px padding on top:
 *     ```
       #main {
       	clear: both;
       	overflow: hidden;
       	padding: 40px 0 0 0;
       	background:url(images/main_bg.png) repeat-x left top;
       }
       ```
   
 * decreasing the 40px would also ‘lift’ the sidebar up;
 * and this style with 12px padding on top:
 *     ```
       .entry-content,
       .entry-summary {
       	clear: both;
       	padding: 12px 0 0 0;
       }
       ```
   

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

The topic ‘Remove Empty Space before’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/remove-empty-space-before/#post-1648060)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
