Full width background color

How can I add full width background boxes within the page including the home page? See example screenshot.

Hi @lillaik,

I hope you are well today and thank you for your question.

You can try creating those boxes using the following plugins.

Best Regards,
Movin

Hello Movin,

Have a similar question. Can the body of Sparkling be easily made to be full-width like the header and footer. If a coloured box(e) was added (as per your last reply) it would look nice.

Maybe also have the same question about the Unite theme but could post that there.

Thanks for your help
PJ

@pjbar Yes you can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.container.main-content-area {
    width: 100%;
}