Making the footer boxed

Hello, and thanks for really great support.
I asked earlier on how to get the header/navbar boxed, and got a great result with that.
(https://colorlibsupport.com/t/header-image-question/)

Now I have another question, is it possible to do the same to the footer? As I noticed it is still stretched all the way. And it would be nice if the top and bottom were equal. Have a look at owlando.com if you want to have a look.

Best regards
Orlando

Hi Orlando,

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

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 -> Additional CSS

#footer-area {
    max-width: 1140px;
    margin: 0 auto;
}

.site-info.container {
    max-width: 100%;
}

Best Regards,
Movin