Footer area / delimitation to container above

Hi there!

My footer area is no longer white as originally set, respectively no longer delimited to the container above, and the distance between the social media buttons and the upper area does no longer fit. How can I solve or adjust this? I can not find the setting options for this.

Website is:

Thanks for the answer :slight_smile:

Kind Regards, Harald

Hi @testerpress

Thanks for reaching us.

Footer transparency is set to ON and it is showing the Body background color.
To reset the Footer transparency go to Theme Options > Integrity > Footer Transparency, and set it to OFF.

Theme_Options_Pro (2)

Now the Footer goes inside the content is due to the section just above the Footer. The section having the margin with -26px. You just need to change it for bottom and set it to 0px.

Hope it helps.

Thanks

Dear tristup,

thank you for your fast answer; the footer transparency button is already in “off”-position.

grafik

Do you have another idea?

Kind Regards,

Harald

Hi @testerpress,

In that case, I would like to suggest you to change the Body Background color from
Theme Options > Layout & Design > Background Option > Background Color.

You can change the sections background if body background color effects that.
You can also change the Footer Background Color by using CSS, but it will effect in all the pages.

.x-colophon{
    background: #FFFFFF;
}

Remember that the above code will work if copied as it is and dont conflict with any existing style.
To get more help on that please go through resource.

Please note that the code provided serve only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle. We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Hope it helps.

Thanks

Hi tristip,

thanks a lot!

I`m asking because it worked before and another website with x theme works also with the footer in white.

Kind Regards,

Harald

P. S. Funny, with the css the distances to the container above are now correct again :slight_smile:

Hi @testerpress,

Glad it resolve your issues.

Thanks

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