Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hi there,

    Thanks for your support in using my plugin!

    It looks like you just need to override one of your header container’s heights – it’s got !important on it.

    div#header.smallheader {
        height: auto !important;
    }
    Plugin Author Benbodhi

    (@benbodhi)

    There’s also an extra border line under the header that doesn’t span the width of the page. You could remove that in your CSS or add this:

    div#header-box {
        border-bottom: none;
    }

    Those 2 snippets make the header and logo look good 🙂

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

The topic ‘SVG logo header not resizing’ is closed to new replies.