SVG Images
PermalinkC5.8.0.1
https://github.com/concrete5/concrete5/issues?utf8=%E2%9C%93&q=s...
The upcoming 8.2 version of concrete5 will address these SVG issues.
What version of concrete5 are you using?
@media only screen and (min-width: 40.0625em) .ccm-page .top-bar .logo img { max-height: 80px; width: auto;
Change it to this
@media only screen and (min-width: 40.0625em) .ccm-page .top-bar .logo img { max-height: 80px; width: auto; height: 80px;
I am glad it fixed it for you..
https://github.com/Mesuva/svg_image...
Download the zip, unzip it to the packages folder (remove the -master from the folder name) and install.
I'd suggest updating to 8.1 too,