Image slider

Hi, is it possible to remove the sidebar from the image slider?

I seem to have figured it out!! Although, I have another question, is it possible to change the background colour in ‘pages’? It appears in a white box, is it possible to match the page colour with the websites standard background colour?

I see that you already figured that out as well.

If you want to remove border around content area you can add this to Theme Options - Other - Custom CSS

.post-inner-content {
    border: none !important;
}