Page Width problems

I am really no expert at building pages so I need a simple fix as to why my site will not go full page width.

I am just confused and frustrated.

Please help

Hi,

Its likely your theme has set a fixed width on the content container. You can resolve this using custom CSS. If you provide a link to your I can take a look.

Thanks Danny,

It is www.reddevilsacademy.com.au

Hi,

Sorry about the delay. If you use the CSS this should resolve the issue. However, you may need to add padding and margin back to your rows, columns and modules.

.fl-builder .container {
    width: 100%;
}

.fl-builder .container .section-content .col-sm-10.col-sm-offset-1 {
    margin-left: 0;
    width: 100%;
    padding: 0;
}