I have an image on my site that appears on all but 1 page, and I want that image to fill the content area horizontally. I know the image is big enough, but no matter how much I fool around with padding and margins, even after putting !important in the CSS, it reverts back to what it was. An example of a page using it is:
http://testsite.fanemb.com/about-2/
The image url is: <img src=”http://testsite.fanemb.com/wp-content/uploads/2016/07/small-main-image-e1467995420966.gif” alt=”The image is used on many pages in site, needs to stretch from one side of boxed layout to the other, while still being responsive” />
The image is right under the menu, here’s it’s HTML (I took it from inspecting it in Chrome):
<img src=”http://testsite.fanemb.com/wp-content/uploads/2016/07/small-main-image-e1467995420966.gif” alt=”small-main-image” width=”960″ height=”155″ />