Allow to customize header logo height

CyberAP

Well-known member
I just searched template for header css and found that header logo height doesn't have a variable.
You have #logo { height: @headerLogoHeight; } but #logo img { height: 35px; } overrides it.
It should be #logo img { height: @headerLogoHeight;}
 
Top Bottom