[RegUserOnly]
If you are using boxed design (like Athena) you can’t make full width rows with backgrounds unless you will use this simple custom css snippet:
#page-wrap {
width: 100%!important;
max-width: 100%!important; ;
margin: 0 auto;
}
.inner-content-wrap {
max-width: 960px!important;
}
Just insert this css snippet in custom css area of page options and that’s is – you will be able now to use full width rows with backgrounds.