I am trying to make the image in my page title bar be full width. I see that the gray leftover on the sides of the bar is part of the background, but I do not want to make the image be the full background of the site. Any sggestions?
This is the code I have added to the custom CSS so far:
.x-header-landmark {
background-image: url(“/wp-content/uploads/2016/08/526552286Header2.jpg”);
}
.entry-title {
color: white;
}
Website is test.morreydistributing.com. The page title header can be seen on any page but the home page.