Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286005
    HansH
    Participant

    Hello team,

    Is it possible to make the header (in which the logo and them header right menu are) make a little smaller (less high)?

    Kind regards

    Hans Hagmeijer

    #286031
    Skandha
    Participant

    @hansh: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main {
        padding: 0;
    }
    .site-branding {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    If you still want the header height to be smaller you will need to decrease the size of the site logo.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #286159
    HansH
    Participant

    Thank you Skandha,

    This worked.

    Kind regards

    Hans Hagmeijer

    #286204
    Skandha
    Participant

    @hansh: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘site header smaller’ is closed to new replies.