Reduce header height

  • Unknown's avatar

    Hi, I would like to:

    – Reduce the header height (I already tried using this code: `.site-header {
    padding-bottom: 1.5em;` but it doesn’t work whit padding-top).

    -Maintain the same height when fixed, because in the shoredicht theme it changes when you scroll down).

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, you have this in your 896px min width media query

    .site-header {
        padding-bottom: 0;
    }

    which has reduced the bottom padding to zero.

  • The topic ‘Reduce header height’ is closed to new replies.