Archived topic
Header width decreases on certain page
3 replies · Started by Kevin on April 4, 2020
Hi there,
I am having an issue where my header loses 40px on each side above 769px, making is narrower and not aligning with page content, footer ,etc. I have tried and tried but can not figure out what is happening. Are you able to help?
You can see the symptom by jumping from page to page in the nav menu.
Hi there,
Any chance you can disable all plugins except GP Premium for me to take a closer look?
What is the container width setting in the customizer?
https://docs.generatepress.com/article/container-width/
Let me know :)
It turned out to be an issue with WP Portfolio plugin which was using this CSS
*,
:before,
:after {
box-sizing: border-box;
}
Setting the CSS to
box-sizing: content-box;
resolved my issue.
Glad you've figured out :)