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)
-   -   keep footer so far down the page (http://forum.bytesforall.com/showthread.php?t=16642)

cway Jan 30, 2012 06:25 PM

keep footer so far down the page
 
I wonder if there's anyway to keep the footer no closer than 660px from the top of every page.
Atahualpa 3.7.3
WordPress 3.3
http://www.rightcoastpizza.com

I tried adding a height to body.home but that didn't work:

Code:

body.home{
height: 660px !important;
}


juggledad Jan 30, 2012 06:42 PM

I think you would have to do this with a jscript. calculate the size of the heaer and middle, if it is less than 660px increas that till it is 660 and then do a document write to display it at the new position.

It would be kind of like the jscript code that is used to stick the footer at teh bottom of the page.

Jam Jan 30, 2012 06:50 PM

If you only have a few pages, fastest way is to insert a few line breaks on the pages. Wordpress wont force a line break if there is no text, so I normally insert a "." on about 6 lines, colour the text same colour as the page, then you force the footer to the bottom, as deep as you want.

lmilesw Jan 30, 2012 06:57 PM

You could also use the sticky footer function in the theme options.


All times are GMT -6. The time now is 07:55 PM.

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