need this section to span edge to edge
I would like a section to span edge to edge, however, the content within can stay in the main content standard area. It is the background cover image in this section I'd like to see fill that space. Currently it comes to a halt and won't exceed stnd content area.
<div class="col-md-12 col-sm-12 col-xs-12">
<div id="content" class="content my-clearfix">
<div id="main">
<div class="the-modules-section"></div>
<div class="the-modules-section screenFull sectionBlock" style="background-image:url();background:url(http://#); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover;"></div>
</div>
</div>
</div>
Not sure how I need to rearrange things, or if it really is just a matter of working with the styles to solve the problem?
Tried this - does not seem to have an affect.
- margin: 0 auto;
- max-width: 100% !important;
}
