-1

I’m currently having an issue with my WordPress site where the footer is displaying inside the sidebar instead of at the bottom of the page.

After inspecting the HTML, I noticed that the footer is being placed inside the container, which I believe is the main content area. I’m not sure if that’s the root of the issue, and if it is, I’m not sure how to fix it.

I’m using the Elementor Header & Footer Builder plugin to create the footer.

Here’s the site link if it helps: https://thecritiquecove.com/

Any insights or suggestions would be greatly appreciated!

New contributor
Abdulmatin Sanni is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
5
  • Seems DIV not closed properly in footer.php. Add </div> in footer.php at the start
    – Vel
    Commented 22 hours ago
  • Thank you so much for your insight! I tried adding the </div> in the footer.php as suggested, but unfortunately, that wasn't the issue. I really appreciate you taking the time to help out. Thanks again! Commented 21 hours ago
  • You need to move footer content out of ast-container. i.sstatic.net/pq8kWPfg.png
    – Vel
    Commented 20 hours ago
  • That worked! I had to move some things around in page.php and footer.php to get it out of the container. Thank a lot for your help. Commented 15 hours ago
  • Welcome to Stack Overflow! I'm voting to close this question as off-topic because you only provided a link to your website instead of code. Please read this Meta discussion about why we need the code in your question and edit a minimal reproducible example in.
    – Machavity
    Commented 9 hours ago

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.