

Not sure if this is a Nuron template issue or a Helix issue...
The logo settings in the template options asks for a Logo, Retina Logo, and Mobile Logo. I have added a logo for the standard logo and the mobile logo. However the template forces the logo to always be 66px tall. .logo-image {height: 66px;}
Even when using the mobile logo the CSS is: .logo-image-phone {height: 66px;}
When I add a custom CSS (in the tempate options) the CSS for 66px overrides my custom CSS. .logo-image {height: auto;} .logo-image-phone {height: auto;}
How can I get the logo to resize properly according to device?