Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   fixed width header & middle, fluid footer (http://forum.bytesforall.com/showthread.php?t=17932)

cway Jul 5, 2012 12:04 PM

fixed width header & middle, fluid footer
 
Is it possible to have a fixed width header and middle sections, but a fluid width footer?
I tried setting the layout to 100%, then adding the below, but it doesn't work:

Code:

#header
{
        width: 930px !important;
        margin: 0 auto !important;
}
#middle
{
        width: 930px !important;
        margin: 0 auto !important;
}

See http://www.rmebuilders.com

Wordpress 3.4.1
Atahualpa 3.7.7

lmilesw Jul 5, 2012 07:08 PM

The way that site did it and the way I would suggest is to use a background image for the footer and set your site to the width you want in the theme options.

If you look at the code for that site footer in Firebug you will see how they did it.


All times are GMT -6. The time now is 10:45 PM.

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