• Resolved kk_admin

    (@kk_admin)


    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
    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)
  • Hey,

    Try this CSS in Theme Options> Custom CSS:

    div#pageheader {
        margin-bottom: 10px;
    }

    Let me know if that works for you!

    -Kevin

    ELGrundy

    (@elgrundygmailcom)

    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?

    https://evelyngrundy.com/2017/11/14/help-i-dont-have-time-to-blog/

    Thanks,
    Evelyn

    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

    (@kk_admin)

    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.