Background color

Hi.

I’m changing the background color, but the div will not until the end. (image attached).

My code:

html body { background-color: #f4f4f4; } .main-content-inner, div#secondary { background-color: 16161b}

Thanks for listening.

Hi @givagof,

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

Do you also want to change the background color of footer as shown in the your shared screenshot?

If yes then use the below CSS code to change it.

div#footer-area {
    background-color: #000;
}

Best Regards,
Movin

Very thanks, but

I want the div of post and sidbar to merge with the footer.

I am not sure what you meant by merging post and sidebar with footer so could you please describe it a bit more in detail?