Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Footer Formatting - How to repeat footer background across entire page (http://forum.bytesforall.com/showthread.php?t=12716)

newvoice Feb 9, 2011 02:15 PM

[SOLVED] Footer Formatting - How to repeat footer background across entire page
 
Hello! This might be a silly question - but how do I format the Footer background across the entire page - Not just under the main content - but repeated along the bottom no matter how wide the screen is? I have Atahualpa 3.6.4.:confused:

runnerb0y Feb 10, 2011 09:35 AM

The way I achieved this on a site I built was as follows... (BTW the site was set to be a fixed width at 900px) but the footer extends across the entire width of the screen.

In the ATA-->Add HTML/CSS Inserts. Add the following
Code:

html {
background-color:#363636;
background-image: url('<?php bloginfo('template_directory'); ?>/images/custom/footerbg.jpg');
background-repeat:repeat-x;
background-position: bottom left;
}

I used a .jpg that was a simple gradient. It works perfectly!

newvoice Feb 10, 2011 11:07 AM

Yeah it worked! Thank You SO Much!!:)

runnerb0y Feb 10, 2011 11:16 AM

Glad to have helped!


All times are GMT -6. The time now is 05:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.