• Resolved alessandrod

    (@alessandrod)


    Hello,

    I am having a bit of an hard time with my SVG logo. I have tried several CSS code to make it responsive, after installing this plug-in but none of them have worked so far. The logo stays the same size and overlaps with the page when scrolling down. Could you give me any suggestion on how I might solve this issue?

    Thanks!
    A.

    The page I need help with: [log in to see the link]

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.