Title: Remove space below menu
Last modified: August 21, 2016

---

# Remove space below menu

 *  Resolved [adamirving](https://wordpress.org/support/users/adamirving/)
 * (@adamirving)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-space-below-menu/)
 * First off, I love the Attitude theme. It works well for me and provides the aesthetic
   I’ve been looking for. Thank you!
 * However, I was wondering if there’s a way to shrink the spacing between the menu
   bar and the beginning of a page/post. I’ve tried looking around in the CSS file,
   but am not sure if the spacing is an element of the header, the menu or the page/
   post. Thank you!
 * [http://www.scotchology.com/](http://www.scotchology.com/)

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

 *  [ErnestClose](https://wordpress.org/support/users/ernestclose/)
 * (@ernestclose)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-space-below-menu/#post-5091929)
 * Hi Adam, Yes it has padding of 50px at the top of your page. If you have a child
   theme or you are using a custom css plugin you can add this to give it less padding:
 *     ```
       #main {
       padding-top: 20px;
       }
       ```
   
 * Let me know if this works for you.
 * Regards
 * Ernest Close
 *  Thread Starter [adamirving](https://wordpress.org/support/users/adamirving/)
 * (@adamirving)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-space-below-menu/#post-5091930)
 * Ernest,
 * Thanks so much! This is exactly what I was looking for. Easy to find (when you
   know what to look for), easy to fix. You’ve made me a happy camper.
 * Adam
 *  [ErnestClose](https://wordpress.org/support/users/ernestclose/)
 * (@ernestclose)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-space-below-menu/#post-5091939)
 * Always a pleasure.

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

The topic ‘Remove space below menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/attitude/4.0.6/screenshot.png)
 * Attitude
 * [Support Threads](https://wordpress.org/support/theme/attitude/)
 * [Active Topics](https://wordpress.org/support/theme/attitude/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/attitude/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/attitude/reviews/)

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)

 * 3 replies
 * 2 participants
 * Last reply from: [ErnestClose](https://wordpress.org/support/users/ernestclose/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/remove-space-below-menu/#post-5091939)
 * Status: resolved