user1251762
user1251762

Reputation: 119

Image on website not showing on on Chrome

Not sure what's going on, but one of the images on our site is not showing up only on Chrome.

The website is http://www.divorceattorneyinlongisland.com/ If you look at the site in Firefox or Safari, you'll see a wide image with logos right below the main slider.

But the same image doesn't show up on Chrome.

Not sure why this is happening, but any help would be appreciated.

Thanks in advance.

Upvotes: 0

Views: 342

Answers (1)

crazymatt
crazymatt

Reputation: 3286

Looking through your code if you comment out the position: relative which is running on your awards-strip.jpg image the image will show correctly on Chrome.

.mk-image-shortcode img {
    position: relative; /*comment me out or over write me*/
}

Hope that helps

Upvotes: 1

Related Questions