Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

[SOLVED] Footer Formatting - How to repeat footer background across entire page


  #1  
Old Feb 9, 2011, 02:15 PM
newvoice
 
2 posts · Feb 2011
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.
  #2  
Old Feb 10, 2011, 09:35 AM
runnerb0y
 
67 posts · Nov 2010
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!
  #3  
Old Feb 10, 2011, 11:07 AM
newvoice
 
2 posts · Feb 2011
Yeah it worked! Thank You SO Much!!
  #4  
Old Feb 10, 2011, 11:16 AM
runnerb0y
 
67 posts · Nov 2010
Glad to have helped!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help for use different footer background colour on each page.. punk3s3r Forum How-To 1 Dec 31, 2010 02:30 AM
[SOLVED] Sidebar NO repeat background Ber|Art Sidebars & Widgets 1 Jun 21, 2010 03:00 AM
[SOLVED] Footer formatting questions Caryn Inspired Raw Header configuration & styling 4 May 25, 2010 02:54 PM
[SOLVED] Footer Widget Formatting andyro Sidebars & Widgets 2 Mar 30, 2010 09:05 AM


All times are GMT -6. The time now is 12:29 AM.


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