We use our logo as svg and used the sudgested plugin save svg with makes it able to upload it.
the logo is working properly on chrome but doens’t work on firefox.
css:
.site-logo img[src$=”.svg”] {
width: 100%;
someone an idea why it isn’t working in firefox and opera?
To fix this problem, you need to open your SVG file with some editor like Sublime Text or default system text editor and add height and width attributes to your <svg> tag like it is shown on the screenshot https://gyazo.com/83fd36b0bb9628bb1aed2bd3d5d063c5
Then you will need to reupload your logo as new image.