Archived topic
Footer full width with container fixed
5 replies · Started by Domenico on August 15, 2022
Hello,
I'm looking to figure out how to solve a problem: I've a site with the container set at 1200px and I've set the footer width and inner footer width to full width but the dimension remain those of the container, 1200px. In the pages where I've used beaver builder the footer takes the full width and it work fine. How can I keep the container width 1200px and have the full page footer in all the pages and articles of the site?
You can see a this page https://www.lagrenouilleceramiche.it/prodotto/scultura-di-donna-con-cuscino/ the footer contained and at this page https://www.lagrenouilleceramiche.it/best-shop/ the footer full width.
Thanks in advance
Hi there,
It looks like your site's HTML structure is messed up.
The site footer is now inside the site container, it can only go as wide as the site container width:
https://www.screencast.com/t/CsKIu78mJU0
Have you added anything using HTML code to the site? If so, can you check if there's anything missing? Especially a closing bracket.
hello,
I checked the additional code but found no anomalies, any other ideas? the problem is from the beginning when I installed the theme 3 years ago
Hi there,
so the Footer has been moved into the #page container, which is incorrect. And happens if there is some broken HTML on the page.
This will happen if a there is a missing closing HTML tag eg. </p> or </div> or </span> etc.
As it seems to be happening on every product i would assume the error is part of some content that is present on all products.
Can you check any HTML that is consistently added to the products eg. inside the tabs ?
Hello,
thank you very much for helping.
It was a code error in the child theme header file.
Everything ok now.
Thank you again
Glad to hear you found the issue