[Support request] Changing the height of a sticky header

Home Forums Support [Support request] Changing the height of a sticky header

Home Forums Support Changing the height of a sticky header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1488032
    Hugh

    Is there an option inside of the customiser to change just the height of the sticky header? If there is i’m blind and I missed it.

    #1488142
    David
    Staff
    Customer Support

    Hi there,

    you can adjust the Menu Item Height in Customizer > Layout > Sticky Navigation.

    #1488255
    Hugh

    Hi David, thanks for that.

    If i increase the menu height too much the logo (which is on the left hand side of the menu items) pops up above the menu centred. Is there a way to fix the logo to stay on the left in the sticky menu.

    #1488474
    David
    Staff
    Customer Support

    You can use some CSS to fix the height of the logo:

    .sticky-enabled .main-navigation.is_stuck .navigation-branding img {
        height: 50px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.