Background colour full-width on boxed layout

Hi. I want to use the Blank - Container | Header, Footer layout, but have background colours for sections extend to the edge of the box. Is that possible? I can put on a -60px margin when on desktop, but that breaks when going to mobile.

I’ve included an example page in the secure notes.

Thanks!

Hey @pgp,

Regretfully, that is not possible out of the box. You will need to modify the entry-wrap class of the page using custom CSS. Please watch the guide at https://youtu.be/kre6O7AZKbM

Here’s the code from the video guide:

.page-template-template-blank-1 .entry-wrap {
  padding: 60px 0;
}

Please just note that this essentially is theme modification which is outside the scope of our support. For more details, please see our Terms.

With that said, it would be your responsibility to implement and maintain the customization. Fixing issues that will arise from the use of custom code and further enhancing are not covered in our product support.

Hope that helps and thank you for understanding.

No worries. Thanks. I’ll have a play around.

Thank you for your understanding.

Take care!

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