Home › Forums › Theme support › Burgerhouse Theme › Reply To: Burgerhouse Theme
Hi,
it is not an issue with the theme, it’s how we made the styling for the slider.
The background you can set in WP admin -> Appearance -> Theme Options -> Slideshow Section -> Background.
If you want to remove the padding of this section (to make the slider full-width), just add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
#cycle_header, #smoothslider {
padding:0;
}
.slideshow_cycle_container {
border:0px none;
}