How to set the footer full width while header and content are boxed?

Hi, I'd like to have my footer in full width as my header and my layout are boxed.

Do you know how to do that?

Thanks

Comments

  • Hi,
    To make your footer full-width you have to set your website as "Full-Width" in Theme Options > Global > General and customize the grid width of website to max value (it's in the same location)

    There is no other option.
    Thanks
  • Hi, I've solved this problem setting the website as "Full-Width" and adding this class to each row:

    .body-max-width-1240 {
    margin: 0 auto;
    max-width: 1240px !important;
    }

    Hope it will help
Sign In or Register to comment.