[Resolved] Header vs Logo

Home Forums Support [Resolved] Header vs Logo

Home Forums Support Header vs Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166432
    Linda

    What’s the difference? The only way I can get my masthead on the homepage is placing it as a logo.

    #166444
    Tom
    Lead Developer
    Lead Developer

    There’s no difference – just different names for the same thing.

    Let me know if you need more info ๐Ÿ™‚

    #166445
    Linda

    Can I eliminate some of the white space between the masthead and navigation?

    #166446
    Tom
    Lead Developer
    Lead Developer

    Absolutely.

    The easiest way is with our Spacing add-on in “Customize > Element Spacing”.

    If you don’t want the add-ons, you can use CSS:

    .inside-header {
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

    #166450
    Linda

    Thanks!

    #166501
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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