Header min-height
i put the following custom css to shorten the header:
#Header {
min-height: 210px;
background-color: #333333;
}
after theme Update the min-height doesn´t work. Do you have an idea why?
Here is my Site:
[Links visible only for registered users]
Bye

Comments
please try below css with !important declaration:
#Header { min-height: 210px !important; }