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

#189300
Paulie_D
Member

If you mean this


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

It’s sitting in a style tag in the head of your page and overriding the declaration(s) in your CSS stylesheet.


<style type="text/css">.site-header { background: url(http://www.thepeacetribe.com/wp-content/uploads/2014/11/The-peace-tribe-web-banner.png) no-repeat !important; }</style>

If you remove it (or comment it out) the image scales and centers.