On this page (and other pages in the future) I want the top image to be full width.
The problem I am having is that I have already set this in the global CSS;
.x-main.full {
max-width: 1200px;
width: 100%;
margin: auto;
}
.x-main.left {
max-width: 840px;
margin: auto;
}
.x-container.max {
max-width: 1150px;
The reason i did this is because in posts i wanted a max width so it looks neat. is there any way of getting the image at the top to be full width?
Cheers
Kev