Hi,
i´d like to have a background of a section in full width, but the Content in it within a container.
I´ve already tried to do it, but it doesn’t work with xPro - i´ve inserted css:
/*fullwidth the posts page*/
.single-post .x-container.offset {
margin: 0;
width: 100%;
max-width: none;
}
/*pushed the content on top of the page*/
.single-post .entry-content {margin-top: 0;}
/*hide the posts title*/
.single-post .entry-header {display: none;}
/*remove 60px padding*/
.single-post .entry-wrap {
padding: 0px;
}
and then Row inner Container switched to OFF
Would be glad 2 hear from you



