I solved this myself and want to share:
in the Stylesheet.css, found this
/*———————————————————
Header (_scaffolding.scss)
——————————————————– */
.site-header {
float: left;
width: 100%;
color: #171717; }
.site-header-main {
float: left;
width: 100%;
padding: 22px 0 11px;
padding: 2.2rem 0 1.1rem;
background-color: #fff;}
and change thos padding 8both of them, either the px and the rem) and here it is!
Hi, I have the same problem, I’d like to reduce the header height.
Where do I do that?
In the CSS Style sheet or in one of the php?
How did you solved it?
Thanks!