Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

[BUG] SVG logo not showing in firefox

Home / Forums / Kadence Theme / [BUG] SVG logo not showing in firefox

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
August 29, 2020 at 1:03 pm

Hi Kadence team,
I found a bug where the SVG logo wasn’t showing in firefox as only max-width was set. I had to manually add in the “width” in custom CSS and the logo showed up, like so:

.site-branding a.brand img {
max-width: 190px;
width: 190px;
}

  • The forum ‘Kadence Theme’ is closed to new topics and replies.