[Support request] How to increase header height

Home Forums Support [Support request] How to increase header height

Home Forums Support How to increase header height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1046255
    John

    Hello

    How to increase header height.

    Seems, there is no top/bottom margin/padding for logo.

    Thanks

    #1046287
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .main-navigation .main-nav ul li a img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1046369
    John

    Added but still, seems menu and search icon top/bottom are not equal.

    #1046548
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to vertically align the menu and search icons:

    @media (min-width: 769px) {
        .main-navigation ul {
            align-items: center;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.