Home Forums Support Header is "empty"

  • This topic has 7 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #185159
    Nate

    I have a header on my home page that has a background image and some text content. After updating the page, the header content displays (class of inside-content-header), however, above that there is a gap between the nav and the header content with the class “inside-header” that has 40px of top and bottom padding. If I disable the header, the gap disappears but the header content still displays. I have not added any custom styling. Any suggestions?

    #185203
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link me to the page so I can see?

    #185222
    Nate

    Hi Tom,

    Unfortunately this is a local dev setup I have running. Anything else I can try providing? Source code, screenshots?

    Thanks for the quick response.

    #185336
    Tom
    Lead Developer
    Lead Developer

    Screenshots might be helpful ๐Ÿ™‚

    #185398
    Nate

    I think I might have figured it out. I got confused between the unique page by page header and the “global” header in the customizer. Is there anyway to hide the global header other than on a page by page basis in the disable elements widget??

    Thanks again.

    #185399
    Tom
    Lead Developer
    Lead Developer

    You can use some CSS for that:

    .site-header {
        display: none;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #185403
    Nate

    Perfect. Thanks!

    #185404
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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