Archived topic
Header width issues on single post
3 replies · Started by Lewis on October 5, 2017
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.
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;
}
Yep, that fixed it.
Thank you.
You're welcome :)