drake035
drake035

Reputation: 2877

Weird: logo doesn't show up on Chrome

For some utterly mysterious reason, the top left logo on my page doesn't show up on Chrome (works fine on FF).

Parent theme is "Renovate" with main plugins being Revolution Slider and WPBakery Visual Composer. Not sure if that matters.

Upvotes: 0

Views: 835

Answers (1)

pkr
pkr

Reputation: 1761

Add this to your css for the page:

a[title="The Book Balancer"] img {
    width: auto;
    height: auto;
    max-width: none;
}

You have some other styles on the page not playing nice with your logo.

Upvotes: 1

Related Questions