• Resolved 203X

    (@ryder203)


    Hi. I added a vector logo to our site, but then I realized that in chromium based browsers the logo (the green IZ logo) gets displayed in the right size, but on firefox it is much smaller. Is there a CSS fix for I could add, or will the theme be updated maybe?

    Thanks for your work.

    Screenshot https://ibb.co/L9nnRG1

    • This topic was modified 4 years, 3 months ago by 203X.

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

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

    Try adding this CSS to the theme’s Additional CSS section:

    .builder-item--logo .site-logo img {
     max-width: none;
     width: 100px;
    }

    I hope this helps!

    Thread Starter 203X

    (@ryder203)

    Thanks. That helps. The theme has a setting where you can adjust the logo per display size (smartphone|tablet|pc), and that breaks that I guess – But it does not matter now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SVG logo different size chrome/firefox’ is closed to new replies.