• Resolved mycrewoftwo

    (@mycrewoftwo)


    On desktop, my logo is way too big. I cannot figure out the custom CSS to use this plugin and change my logo size

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

Viewing 1 replies (of 1 total)
  • Plugin Author Benbodhi

    (@benbodhi)

    Hi there,

    You may need to just remove the sizes from the SVG code itself and just use CSS to set the size.

    Open your SVG file in a text editor like sublime text, then in the <svg> tag, you will see the sizes, just remove those.

    This is the text you can remove:
    viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;"

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot figure out custom CSS to resize logo’ is closed to new replies.