Replies: 0
Hello!
I’ve created a child theme using Twenty Seventeen as the template and I’m running into two’ish probably completely related problems.
First, I’ve added some text within footer.php (as a child, separate file) to make the background black, and the typical ‘all rights reserved’ white, like so:
<hr width=”60%”; margine-top: 5px;>
<p align=”center” style=”color:white;”><small>All rights reserved 2017.<br /></p>
But when I add a widget via Appearance -> Widgets, it creates two copies of the widget. For example, I’ve added Content 1 and Content 2, and it created them once in the “white space” between what appears to be the site’s natural footer, and the footer I created that’s now black?
Secondly, it stacks the widgets on top of each other, which is fine mobile, but not that fantastic on normal desktop sizes….
Here’s the site: http://www.blackmooncreations.ca/Opticrane/
Any suggestions on how to fix this?