Background Color or Pic full width

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

Hi,

If you would like the content to be within a container, you don’t need to Turn OFF your Row inner Container.

Just like this section

Thanks

I’m sorry for this stupid question - Made a new section for the fullwidth-background-color and in it the row…

I missed the forest for the trees… :roll_eyes:

Thanks for the hint :man_technologist:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.