Make section background fill the width of boxed layout

Using the renew stack. I’m ultimate trying to recreate this Demo since I unfortunately upgraded to the pro version a lost many features such as importing demos.

In the attached image I want to every section to fill the width of the boxed layout. I also need to be able to change the background of whatever object is behind the “section”.

Hi,

  1. To make it fill the width of the boxed layout.

You need to select a No Container Template

  1. To change the background behind the section, you can add the code below in Theme Options > CSS
.site, .x-site {
   background:red;
}

Hope that helps.

1 Like

Perfect and concise! thank you very much!

You’re welcome! :slight_smile:

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