Title: Need Coding Help
Last modified: August 21, 2016

---

# Need Coding Help

 *  [megadopebeatz](https://wordpress.org/support/users/megadopebeatz/)
 * (@megadopebeatz)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/)
 * Well I’ve been looking on Google and this forum for about 4 hours now to find
   out how to fix this.
 * There is a huge space between my Header, and Post.
 * I’m using the Twenty Eleven Theme. No it is not a child, and I don’t care about
   that right now. I just want to get rid of the space.
 * [http://megadopebeatz.x10.mx/wordpress/](http://megadopebeatz.x10.mx/wordpress/)

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

 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765040)
 * I seem to recall that being a popular topic on occasion. Take a look at these
   conversations and see if there are any solutions that might fit your particular
   needs.
 * [site:wordpress.org white space header twenty eleven](http://www.google.com/#sclient=psy-ab&q=site:wordpress.org+white+space+header+twenty+eleven&oq=site:wordpress.org+white+space+header+twenty+eleven&gs_l=hp.3...13129.29433.1.29614.53.52.1.0.0.0.217.6609.0j51j1.52.0...0.0...1c.1.14.psy-ab.EZrzScfsmEI&pbx=1&bav=on.2,or.r_qf.&bvm=bv.46751780,d.dmg&fp=9deb35a4864e0689&biw=1680&bih=930)
 *  Thread Starter [megadopebeatz](https://wordpress.org/support/users/megadopebeatz/)
 * (@megadopebeatz)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765052)
 * I am talking about the space between the header and the post. Not the space above
   the header. On the web page there is almost 1.5 inches of random space between
   the Header and Post.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765056)
 * Several threads in that list answer that very question – here’s one:
 * [http://wordpress.org/support/topic/twenty-eleven-white-space?replies=11](http://wordpress.org/support/topic/twenty-eleven-white-space?replies=11)
 * Or you could use a browser tool like [Firebug](http://getfirebug.com) to help
   you identify the code in your site.
 *  Thread Starter [megadopebeatz](https://wordpress.org/support/users/megadopebeatz/)
 * (@megadopebeatz)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765080)
 * thanks. Changing the padding to 0 in this code reduced the space somewhat.
 * #main {
    clear: both; padding: 1.625em 0 0; }
 * The other codes aren’t working though. I’d like to reduce the space significantly
   more. What can I do?
 * Just noticed the comment about firebug or whatever. I will try that I guess, 
   but my programming skills are honestly pretty much limited to just googling HTML
   codes. Hopefully I will be able to use this, and will try it.
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765085)
 * It doesn’t look like you’re concerned with navigation or titles, so you might
   try this:
 *     ```
       .entry-content, .entry-summary {
            padding: .1em 0px 0px;
       }
       ```
   
 *     ```
       .entry-title {
            color: #DDDDDD;
            display:none;
       }
       ```
   
 * That seems to even things out just enough to center the pop-ups for your social
   media icons.
 *  Thread Starter [megadopebeatz](https://wordpress.org/support/users/megadopebeatz/)
 * (@megadopebeatz)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765092)
 * [@claytonjames](https://wordpress.org/support/users/claytonjames/)
 * Thank you. It looks beautiful now. Thanks! 100%
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765102)
 * You’re welcome! Glad it worked.

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

The topic ‘Need Coding Help’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/need-coding-help-4/#post-3765102)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
