I was wonder where I can find the inline style that is applied to the logo of this theme. I have tried adding the following to the custom css but I can’t apply them because some are inline styled.
div.inner-container{
height:175px;
}
strong.logo a img{
max-height: 175px; ———– These can’t be a applied
}
strong.logo a{
max-height: 175px; ————— These can’t be a applied
}
Hi brunobutz2!
That’s for when the header resizes and smaller screens so your logo will fit. You can do this to override it.
.logo, .logo * { max-height: 200 !important; }
Cheers!
Elliott