I've been attempting to create a background image or color that extends across the entire main content area, but haven't had any success so far.
For reference, please visit
My attempts have involved adding a class called fill
to the container-fluid
div, as well as trying with the page-content-wrapper
div...
.fill {
height:100%;
background:darkblue;
}
...However, the background doesn't expand beyond the vertical height of the contained #story-bar
div.