[Resolved] Elements Global Header Change Hight

Home Forums Support [Resolved] Elements Global Header Change Hight

Home Forums Support Elements Global Header Change Hight

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1163735
    SERHAT

    Hello,
    I want to change hight of Global Heaader of elements, but I could not found which parameters helps to reduce elements hight (for example by default width: fullpage, hight: 600px which I want to set it like hight: 150px).

    #1164237
    David
    Staff
    Customer Support

    Hi there,

    you can target the page-hero class that is applied to all Header Elements like so:

    .page-hero {
        min-height: 600px;
    }
    #1164313
    SERHAT

    It doesn’t worked out. Still Global Header of elements size doesn’t changed.

    #1164344
    David
    Staff
    Customer Support

    Can you provide a link to the site so we can take a look.
    You can edit your original topic and use the Site URL field to share the link privately.

    #1164399
    SERHAT

    I have sended mail to support@generatepress.com about detail, thank you.

    #1164401
    Leo
    Staff
    Customer Support

    I’m seeing this CSS in the additional CSS field in the customizer which is setting the minimum size:

    .page-hero {
        min-height: 200px;
    }

    You can reduce it more by reducing the top and bottom padding:
    https://docs.generatepress.com/article/how-to-create-a-page-hero/#step-4-set-the-height

    #1164403
    SERHAT

    adding css not worked, I have solved problem by removing all padding values, thank you.

    #1164413
    Leo
    Staff
    Customer Support

    No problem 🙂

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