Reducing Header Height? Built in Controls or Custom CSS?

Hi I am looking to reduce the default size of the BeTheme header.

I am able to do so using the following css, but I am wondering can it be done automatically in the Muffin Options module?  

Will editing this manually interfere with my sites responsiveness down the line?

body:not(.template-slider) #Header {
    min-height: 50px;

Comments

  • The height of the header is controll by the minimalist option, in theme options>header&subheader>header. You can also reduce the padding in the main menu area by reducing the padding and height of the logo, theme options>global>logo


Sign In or Register to comment.