Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Full length sidebar, or change footer width (http://forum.bytesforall.com/showthread.php?t=19426)

Picturesque Jan 23, 2013 11:50 AM

[SOLVED] Full length sidebar, or change footer width
 
Hi!

I want my footer to be the same width as my content column, because my sidebar is transparent, and it looks weird with the footer extending through the whole layout width. See my site and scroll down to the footer: http://dovah.desishion.no

Is this possible by any chance? I tried adding margin-right to the footer, but that didn't work.

Ingeborg

lmilesw Jan 23, 2013 12:23 PM

I'm not sure if this will work 100% of the time but you could try this.
HTML Code:

#footer {
    position: absolute;
    width: 780px !important;
}


Picturesque Jan 23, 2013 12:39 PM

Sweet! It seems like it's working for now at least. Thank you so much :)


All times are GMT -6. The time now is 06:28 PM.

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