Footer does not span page on new template


Author Message
Mike

Posted: 12/4/2009
Quote message 

I made a copy of my page.php file and placed code at the top to create a new template that I want to use on some of my pages.

After applying this template to some pages, my footer no longer spans the distance of the page. Is there a way to resolve this? Is there some code I can manipulate on my Newpage.php file to take care of this?

Thanks.
 
Garry

Posted: 12/4/2009
Quote message 

It should display the footer as it is, as long as it is using same style sheet and you didn't change anything while copying and pasting code in your newpage.php
 
Mike

Posted: 12/4/2009
Quote message 

I forgot to mention, I also removed the code for the sidebar widgets. After doing this, it no longer spans the distance of the site. I need to do this because I want to do things like embed a Simple Press forum on the page so I can not have sidebar widgets.

Is there a way to make it span the full distance of the page after removing the sidebar?

Thank you!
 
Garry

Posted: 12/5/2009
Quote message 

It seems like you removed some ending div while removing sidebar code, I can suggest you better on having the URL of your site.
 
Mike

Posted: 12/6/2009
Quote message 

I removed this code:

</div>
<?php include (TEMPLATEPATH . '/sidebar1.php'); ?>
</div>
 
Garry

Posted: 12/6/2009
Quote message 

Can you post previous and after screenshots