• Resolved mike_sullivan

    (@mike_sullivan)


    Hi everyone,

    I was wondering how to change the header height.

    This question has already been discussed in the forum but people apparently found themselves the solution and hav’nt provided it.

    I don’t want the header height to be set at a specific value (e.g. .site-header { height: 100px; }, I want it to keep adjusting but at a smaller height:)

    Any solution?

Viewing 1 replies (of 1 total)
  • Thread Starter mike_sullivan

    (@mike_sullivan)

    I realize my question may be irrelevant…
    I actually achieved what I wanted by editting the css padding and margin of the header.

    /* Change header height */
    .site-header-main {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    }
    
    .no-site-tagline .site-title {
    margin-bottom: 0px;
    }
    
    ul {
    margin: 0 0 0 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing Header Height’ is closed to new replies.