Okay
  Public Ticket #2851508
Reduce Header size
Closed

Comments

  • robharding started the conversation

    Hi I've updated the theme and the only problem seems to be the header has become a lot bigger. I have tried altering the padding size but it doesn't change. There are other tickets in the help area that suggest some code in the css box but none of them worked for me. 

  •  2,961
    Andrew replied

    Hi there,

    The following CSS might help.

    @media only screen and (min-width: 1000px){
        body #page-header-bg, body #page-header-wrap {
            height: 190px !important;
        }
    }
    

    Regards,

  • robharding replied

    Thanks, that worked : )