Title: Margin between header and post/page
Last modified: October 4, 2017

---

# Margin between header and post/page

 *  Resolved [kk_admin](https://wordpress.org/support/users/kk_admin/)
 * (@kk_admin)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/margin-between-header-and-post-page/)
 * Hi,
 * Is there a way that would add some margin, let’s say 10 px, between header and
   page content? just to create contrast.
    [Example](http://agnes-zwierko.com/dates/)
   I would like the content not to begin directly under the header, but have some
   of the dark blue background to separate the sections so the two light gray areas
   do not clash like this. Making header space bigger will help little as it’s always
   relative to the screen…
 * Is there some absolute value that would tell the page / post content not to begin
   directly, only after some pixels?

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

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/margin-between-header-and-post-page/#post-9555874)
 * Hey,
 * Try this CSS in Theme Options> Custom CSS:
 *     ```
       div#pageheader {
           margin-bottom: 10px;
       }
       ```
   
 * Let me know if that works for you!
 * -Kevin
 *  [ELGrundy](https://wordpress.org/support/users/elgrundygmailcom/)
 * (@elgrundygmailcom)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/margin-between-header-and-post-page/#post-9686086)
 * Hello. I am having trouble with my title’s on my posts but not my pages. My pages
   format fine, however, my posts are showing the post heading UNDER the header.
   Is there a way to increase the margin on just the posts?
 * [http://evelyngrundy.com/2017/11/14/help-i-dont-have-time-to-blog/](http://evelyngrundy.com/2017/11/14/help-i-dont-have-time-to-blog/)
 * Thanks,
    Evelyn
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/margin-between-header-and-post-page/#post-9686184)
 * Evelyn,
 * Please start a new topic with all support queries. Thanks.
 * You’re adding CSS:
 *     ```
       header#masthead_TesseractTheme {
           background-color: rgba(0, 0, 0, 0);
           position: absolute;
           top: 0;
           left: 0;
           z-index: 100;
       }
       ```
   
 * Also, you’re not using Pinnacle theme, so I can’t really help much further than
   that here. I suggest you post a topic with the correct theme support.
 * -Kevin
 *  Thread Starter [kk_admin](https://wordpress.org/support/users/kk_admin/)
 * (@kk_admin)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/margin-between-header-and-post-page/#post-9736248)
 * worked like a dream, thank you!

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

The topic ‘Margin between header and post/page’ is closed to new replies.

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

 * 4 replies
 * 3 participants
 * Last reply from: [kk_admin](https://wordpress.org/support/users/kk_admin/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/margin-between-header-and-post-page/#post-9736248)
 * Status: resolved