Background color not going full width

Trying to get my gray background to go full width, across the entire page. But the containers will only allow this fixed width. I think it may have something to do with my theme, but I’m not sure where to change the settings. I’ve selected full width on every box I can think of. Any suggestions? I’m a newbie so please explain in layman’s terms.

http://www.nesmidstream.com/navigator-1/

Hi Nes

You have added CSS to the ID setting of your module/row that certainly wont help your cause.

Sorry forgot to include the screenshot

CloudApp

You might want to try this css

.fl-builder #Content .section_wrapper {
    max-width: 100%;
}
.fl-builder #Content .the_content_wrapper {
    margin-left: 0;
    margin-right: 0;
}

That seems to have worked, but now my content is stretched across the page, even though I’ve selected “Fixed Width” for the content. Any suggestions?

http://www.nesmidstream.com/navigator-1/