[Resolved] Header width issues on single post

Home Forums Support [Resolved] Header width issues on single post

Home Forums Support Header width issues on single post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #398258
    Lewis

    Hello,

    For some reason my site title and nav links are pushed inwards on my single posts.

    If you look at my home page (or any other page): https://www.poolonomics.com

    And you look at my single post page: https://poolonomics.com/mp3/

    You’ll see that that my header content doesn’t stay consistent despite having the same settings, as far as I can tell.

    Any help appreciated.

    EDIT. I found the problem but I still don’t know how to fix it. Basically, the left/right header padding under Customizer > Layout Header is only applying to my post headers. Archive headers seem to be ignoring this value.

    #398291
    Tom
    Lead Developer
    Lead Developer

    That’s strange, I can’t find any difference in the code at all.

    You can try adding this:

    .inside-content-header .inside-header {
        box-sizing: border-box;
    }
    #398301
    Lewis

    Yep, that fixed it.

    Thank you.

    #398619
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.