StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Lifestyle Footer - Full Screen Width (http://www.studiopress.com/support/showthread.php?t=7059)

GeorgeO 03-29-2009 07:43 PM

Lifestyle Footer - Full Screen Width
 
I like the footer from Streamline. Is there anyway to incorporate this footer in the Lifestyle theme?

I've added the Streamline footer to the Lifestyle theme... and it works well but the background is constrained to 960px.

Basically what I want to do is extend the footer background the width of the screen... beyond the 960px.

What code must I change in the functions.php to make this happen?

George

Debra 03-29-2009 07:49 PM

Re: Lifestyle Footer - Full Screen Width
 
take the footer outside the wrap.

<?php do_action('wp_footer'); ?>

</div><---move to just above div id footer

</body>
</html>

GeorgeO 03-29-2009 09:14 PM

Re: Lifestyle Footer - Full Screen Width
 
Thank you Debra - You Rock!

I also found that I needed to remove the body width in the css which constrained the footer to 980px.

George


All times are GMT -5. The time now is 01:30 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.