footer in wrong place

Permalink
I added a new 2 column page to my greet yogurt but when I preview it, it's one column and the footer is off center. When I publish the page, the column (2 column right side) is correct but the footer is not in the small right column. Why did the footer move and how do I get it back to the bottom of my page like the other pages in my site?

 
enlil replied on at Permalink Reply
enlil
If you can post the code from your page type php file myself or someone else should be able to point you in the right direction.
kvhoody replied on at Permalink Reply
ok, here is the code...

<div id="footer">
      <div id="footer-inner">
         <p class="footer-sign-in">
                     <span class="sign-in"><a href="/index.php/login/">Sign In to Edit this Site</a></span>
                  </p>
         <div class="clear"></div>
         <p class="footer-copyright">©2015 the golf DTS.</p>
         <p class="footer-tag-line">Built with <a href="http://www.concrete5.org/" alt="Free Content Management System" target="_blank">concrete5 - an open source CMS</a></p>
      </div>
   </div>
kvhoody replied on at Permalink Reply
not sure how to post the code you need? sorry, first time at this.
Floyd112 replied on at Permalink Reply
make sure your code is in the right place also ^^