HEADER HEIGHT - by Hawkins - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp

  • Avatar: Hawkins
    Hawkins
    Participant
    September 4, 2015 at 22:39

    Hello,
    Thanks for all your great support.
    I have a question and hope you ‘ll have a moment to help me.
    I’m using Header #3 , Is there a code you can give me that will help reduce the Height of the Header Area? Just too much white space and reducing the height will be great.

    Thanks

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Hawkins
    Hawkins
    Participant
    September 4, 2015 at 23:05

    Please, The header height I want to change ( make smaller) are both the REGULAR and the FIXED Headers
    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    September 5, 2015 at 08:18

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .navbar {
        padding: 10px !important;
    }
    .fixed-header-area .header-logo {
       padding: 10px 0px;
    }
    .fixed-header-area {
        min-height: 10px;
    }

    Regards,
    Eva Kemp.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.