Title: Header padding issue
Last modified: August 20, 2016

---

# Header padding issue

 *  Resolved [StingGB](https://wordpress.org/support/users/stinggb/)
 * (@stinggb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/)
 * Hi,
 * Can anyone tell me how to create a gap below the line under my header image, 
   and the post titles and ‘About Me’
 * [http://www.myperfectpitch.com](http://www.myperfectpitch.com)
 * Thanks

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

 *  [Jay](https://wordpress.org/support/users/fectio1/)
 * (@fectio1)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790748)
 * Do you have any css knowledge?
 *  Thread Starter [StingGB](https://wordpress.org/support/users/stinggb/)
 * (@stinggb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790760)
 * A little bit. If you tell me what to change I can do it.
 * Regards,
 * Brian.
 *  [Jay](https://wordpress.org/support/users/fectio1/)
 * (@fectio1)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790762)
 * This will ad a padding to all of your titles just fyi.
    add it to your css file.
 *     ```
       .entry-title .widget-title {
           padding-top: 10px;
       }
       ```
   
 *  [JamesPDX](https://wordpress.org/support/users/jamespdx/)
 * (@jamespdx)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790771)
 * Good note.
    Can the padding adjusted with the px value (i.e. 20px)? Thanks.
 *  Thread Starter [StingGB](https://wordpress.org/support/users/stinggb/)
 * (@stinggb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790776)
 * I tried adding it in a couple of places in Style css but nothing’s changed. Do
   you know exactly where I need to place it?
 * Thanks.
 *  [Jay](https://wordpress.org/support/users/fectio1/)
 * (@fectio1)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790785)
 * remove what I previously had. This will be easier for you I think
 * Find this
 *     ```
       #content .entry-title {
           color: #000000;
           font-size: 21px;
           font-weight: bold;
           line-height: 1.3em;
           margin-bottom: 20px;
       ```
   
 * and ths
 *     ```
       .widget-title {
           color: #222222;
           font-weight: bold;
       ```
   
 * and add this to the bottom of each
 * `padding-top:20px;`
 *  Thread Starter [StingGB](https://wordpress.org/support/users/stinggb/)
 * (@stinggb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790802)
 * That did it! Thanks very much for your help, I really appreciate it.
 * One more quick thing, on my pages menu there’s no gap between the title **Pages**
   and the list of pages. How do I create a small gap?
 * Regards, Brian.
 *  [Jay](https://wordpress.org/support/users/fectio1/)
 * (@fectio1)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790824)
 * ad a padding-bottom to the .widget-title

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

The topic ‘Header padding issue’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [Jay](https://wordpress.org/support/users/fectio1/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/header-padding-issue/#post-2790824)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
