Full Width Header
Here's the CSS I used to make this page full width.
You will need to change min-width:1024px; to match your main content width.
To make it even wider change max-width:90% to max-width:95%
@media (min-width:1024px) {
.fl-full-width .fl-page-bar .container, .fl-full-width header .container { width:auto; max-width:90%; } }
@media (min-width:1024px) {
.fl-full-width .fl-page-bar .container, .fl-full-width header .container { width:auto; max-width:90%; } }