Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    The logo is restricted to 250px in height. You can remove this height restriction by removing the max-height from the style.css in the following section:

    .blog-logo img {
    max-height: 250px;
    width: auto;
    max-width: 100%;
    height: auto;
    }

    Hope that helps.

    Thread Starter petitemodernlife

    (@petitemodernlife)

    Thank you, if I’d taken a second and looked myself I’d have found it. Thanks for writing nice code!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resize or Remove logo?’ is closed to new replies.