Header Height - by Jimbo - on WordPress WooCommerce support

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

  • Avatar: Jimbo
    Jimbo
    Participant
    February 11, 2015 at 23:48

    Hi there,

    On my current header on desktops there seems to be too much height top and bottom.

    I would like to reduce the height as to reduce white space.

    I’m using header 10, what can I add to custom.css file to change the height slightly.

    admin details in private

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 12, 2015 at 09:41

    Hello,

    Please add this code in custom.css file:

    .navbar {
        padding: 10px 0px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    February 12, 2015 at 21:51

    That did the trick nicely, thanks.

    How can I deactive sign in popup box on the link in the header (header 10)

    Also the search box on mobiles appears too far to the left, can this be centre of the screen via custom.css?

    Thank you very much

    Avatar: Eva
    Eva Kemp
    Support staff
    February 13, 2015 at 00:43

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px) { .et-search-trigger.search-dropdown form {
        width: 250px;
    } }
    .login-link .login-popup {
       display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    February 13, 2015 at 09:30

    Thanks Eva I will give that a try and confirm all is ok soon 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    February 13, 2015 at 09:42

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Jimbo
    Jimbo
    Participant
    February 13, 2015 at 17:20

    Eva, thank you! … that did the trick perfectly!

    Keep up the good work guys

    Avatar: Eva
    Eva Kemp
    Support staff
    February 13, 2015 at 20:12

    Hello,

    Thank you for the feedback.

    Have a nice weekend.

    Regards,
    Eva Kemp.

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

The issue related to '‘Header Height’' has been successfully resolved, and the topic is now closed for further responses

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