I would be playing with something like this in style.css, probably does not need !important but I have not checked so I included it just incase.
.container, div#bootstrap-slider {
width: 100% !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
Figured it out.
Appearance > Theme Options > General
Layout Style: Wide
Layout Width: 1600px
Then just adjusted size of images uploaded into Bootstrap slider
How do you get rid of the text background on the bootstrap slider images?
I apologize for asking something that has been answered in an earlier forum. Problem solved by adding .carousel-caption {display:none;} in the custom CSS box.