Home › Forums › Theme support › Question adjustment width and Allslider › Reply To: Question adjustment width and Allslider
1. There is no general option, the only thing you can do is to activate it in the pages
2. The height of the visible background is always up to the height of the slideshow + logo height in the header. You can see it when you remove the white background color for the main section.
3. Also here it’s the same as in the header. The Footer dont have a background color, the (wooden) background you see is the body background. If you want to change the height of the footer, you can add more space on top and bottom of the footer. You can add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
#footer_gradient {
padding-top:140px;
padding-bottom:140px;
}