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] How to get sidebar to stretch length of page? (http://forum.bytesforall.com/showthread.php?t=20144)

pinkpugsy00 Apr 16, 2013 08:48 PM

[SOLVED] How to get sidebar to stretch length of page?
 
My site is here. As you can see, my R and L sidebars end after the widgets. Is there anything I can do to make them the same height as the center column? Thank you!!

juggledad Apr 17, 2013 05:58 AM

the sidebars DO extend to the bottom, it's just that your text in the center is longer than the amount of widgets you have.

lmilesw Apr 17, 2013 08:19 AM

To visually have the sidebars extend you could use the following in CSS Inserts.
HTML Code:

#left, #right {
    background: #EEE9F2;
    border-radius: 10px;
}

Then you will also need to add side padding to the center column and perhaps take out the borders that show.

As just got reminded by Juggledad you can put the code needed (see below) into the appropriate box in Style and Edit Sidebars.
HTML Code:

background: #EEE9F2;
    border-radius: 10px;
}


pinkpugsy00 Apr 17, 2013 05:36 PM

Thank you so much lmilesw! I just donated for your time. :)


All times are GMT -6. The time now is 06:48 AM.

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