Home › Forums › CSS › Header image not displaying full width across all browsers › Reply To: Header image not displaying full width across all browsers
November 26, 2014 at 3:22 pm
#189311
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