Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Header image not displaying full width across all browsers Reply To: Header image not displaying full width across all browsers

#189311
Paulie_D
Member

It’s not in the stylesheet….it’s in the head of the page….and was overriding the stylesheet.

If you make it this


.site-header {
background: url(http://www.thepeacetribe.com/wp-content/uploads/2014/11/The-peace-tribe-web-banner.png) no-repeat center center;
background-size: cover;
}

it works in Chrome