I was hoping to use Bootrap for my current project, but after starting to style the theme i ran into problems. It seems that everything is contained within the "container" so there is no option to add full width colours or images for the header, body and footer-widget areas.
It looks like the only way around this at the moment is to copy the header.php and footer.php files into my child theme and then modify them to include extra <div> sections. I prefer not to do this at the moment because i could be creating work for myself to keep on top of future changes to the parent theme's header and footer files.
What i would ideally like to see is either an option to use a function to add support for some extra wraps, or just to have them there in the header and footer files eg:
<div class="header-wrap">
<div class="container">
…all the header stuff…
</div>
</div>
…and the same sort of arrangement to wrap the main body, and another to wrap the footer widget area.
Hopefully you understand what i mean Image may be NSFW.
Clik here to view.