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] Pushing right Side-Bar vertically into header Area (http://forum.bytesforall.com/showthread.php?t=21356)

swimflyfast2 Jan 4, 2014 09:52 AM

[SOLVED] Pushing right Side-Bar vertically into header Area
 
I want the right side bar to be in the header area so I ended up addressing the widget as I could not get the #right to move.
HTML Code:

#text-34  {
        position: relative!important;
        top: -134px !important;
}

I like the way it lines up now but it seams to reserve the original space of the right side bar so there is space between it and the footer at the bottom. I tried moving the footer up but no go.
is there any way to do this and get rid of the space?

Butterfly is Not a Crime web site www.swimflyfast.com is the site I am working on.

WP 3.8 Atahualpa 3.1.73

swimflyfast2 Jan 4, 2014 10:09 AM

I used this and it works, but now I have area under footer. would rather have a better solution.
HTML Code:

td#footer  {
        position: relative!important;
        top: -134px !important;
}


lmilesw Jan 4, 2014 10:22 AM

Instead of using the td#footer CSS how about just adding the following to your #text-34 CSS?
HTML Code:

margin-bottom: -134px !important;

swimflyfast2 Jan 4, 2014 10:42 AM

Thank You and Happy New Years! that works like a charm.. and clean..


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

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