Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #426075

    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
    }

    #426196

    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

    • This reply was modified 10 years, 3 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.