[Resolved] Header width decreases on certain page

Home Forums Support [Resolved] Header width decreases on certain page

Home Forums Support Header width decreases on certain page

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1226556
    Kevin

    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.

    #1226591
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1234289
    Kevin

    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.

    #1234295
    Leo
    Staff
    Customer Support

    Glad you’ve figured out ๐Ÿ™‚

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