• Resolved hedgeriders

    (@hedgeriders)


    Greetings, helpful people. I recently changed from the outdated Affinity theme to Twenty Seventeen. I like the new look, but have a problem on all pages other than the landing page: a cropped/truncated header.

    A look at the Posts page or any blog post shows this problem. Since the header is exactly the size recommended by this theme, I wonder what I can do to fix this unwelcome effect on all the pages and blog posts we add?

    Thanks in advance for any help you can render.

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

Viewing 1 replies (of 1 total)
  • Thread Starter hedgeriders

    (@hedgeriders)

    I found an answer elsewhere in these forums that worked. Here’s the fix:
    (1) Apperance > Customize > Additional CSS
    (2) Add the following CSS:

    .site-header {
    display: none;
    }
    .home .site-header {
    display: inherit;
    }

    To remove the header on all pages in Twenty Seventeen.

    To remove the header on all pages except the top/main/home page, use:

    .site-branding {
    display: none;
    }
    .home .site-branding {
    display: inherit;
    }

Viewing 1 replies (of 1 total)

The topic ‘Pages show cropped header. Help?’ is closed to new replies.