How can I make responsive header smaller but leave desktop header the way it is?
Hey anogma!
I think what your wanting to do is add this to your custom CSS.
@media only screen and (max-width: 767px) {
#header_main, #header_main * {
height: 40px;
}
}
If that’s not correct then send us a link and take a screenshot highlighting the changes your wanting to do.
Cheers!
Elliott