• Resolved ploysynop

    (@ploysynop)


    Hi,

    I’m trying to decrease the header height on my posts, so users don’t have to scroll in order to see the post content.
    See this post for example: https://movieexplained.com/the-signal-explained/

    Could you graciously help me with this?
    I’ve tried tinkering with the css stylesheets, content-single.php, single.php, and header.php code to no avail.

    Thank you for your time,
    plotsynop

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @ploysynop,

    Thank you for reaching out to us!
    In order to decrease the header’s height please add this code in Appearance > Customize > Additional CSS:

    body .newsmag-custom-header {
        height: 70px; }
    .single-post .newsmag-custom-header .container, .page .newsmag-custom-header .container, .blog .newsmag-custom-header .container, .category .newsmag-custom-header .container, .date .newsmag-custom-header .container, .tag .newsmag-custom-header .container, .search .newsmag-custom-header .container {
        top: 0%;
    }

    This will do it!

    Best wishes,
    Mihaela

    Thread Starter ploysynop

    (@ploysynop)

    Hi Mihaela,

    Thank you kindly, that did it! I really appreciate you taking the time.

    All the best,
    plotsynop

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Minimizing header height’ is closed to new replies.