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 2:45 pm
#189300
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.