Search code examples
wordpressimagefootersidebar

wp footer appearing in sidebar


I am having a problem doing a site Im building for my mum with the right side bar/footer on the 'About Tara' page (http://www.taranoone.ie/about-tara/). Im putting in Logo img's into the right side bar, two weird things are happening.

1) The footer seems to have become part of the right side bar now on that page. 2) The widget shows up on chrome but on safari and firefox only the first img in the widget shows up.

Can someone help?


Solution

  • You see the footer in the sidebar because in your HTML the footer is inside the sidebar.

    If you open the browser inspector (in PC/Chrome Ctrl + Shift + i), you can see that the div .hc_footer_widget_area is inside the div .hc_sidebar


    About the widgets, you have also incorrect HTML. Review your code, you seem to forget to close some tags.