Title: Removing Padding
Last modified: August 20, 2016

---

# Removing Padding

 *  Resolved [zachattack7731](https://wordpress.org/support/users/zachattack7731/)
 * (@zachattack7731)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-padding/)
 * Hello!
 * I want to remove the padding in between the header image and the menu in this
   site:
 * [http://www.wsuab.com](http://www.wsuab.com)
 * Does anyone have ideas on how to make this happen? I can’t find where to edit
   this in the CSS code. If you need any more information, let me know.
 * Thanks!

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-padding/#post-3193059)
 * It’s padding in two places:
 *     ```
       .content .content-pad {
           padding: 15px;
       }
   
       .section-navbar .content-pad {
           padding-bottom: 5px;
           padding-top: 5px;
       }
       ```
   
 * Be sure that you are using a custom CSS option or plug-in or a Child Theme to
   make any changes to your theme files.
 *  Thread Starter [zachattack7731](https://wordpress.org/support/users/zachattack7731/)
 * (@zachattack7731)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/removing-padding/#post-3193060)
 * That worked! Thank you SO much!

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

The topic ‘Removing Padding’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [zachattack7731](https://wordpress.org/support/users/zachattack7731/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/removing-padding/#post-3193060)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
