![]() |
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 |
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> |
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.