If you want to remove the side bar you first need to look to extend the content area and for your theme “.row .eleven” is this area. in your Style.CSS line 8907 it should read
.row .eleven {
max-width: 100%;
}
adding in the max-width will do that but then you also you will need to remove the sidebar you need to find you “.widget” on line 5989 of your Style.css and add “display: none;”
If you mean that you simply want a background across the full width with columns in place I am struggling to get the theme to do that