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] Using text widget to position graphic at bottom of sidebar (http://forum.bytesforall.com/showthread.php?t=15282)

pvelte Sep 2, 2011 05:09 PM

[SOLVED] Using text widget to position graphic at bottom of sidebar
 
I am using Atahualpa 3.6.7, WP 3.2.1 to configure a site for a design client. I am putting it together on a demo site before launching and I have almost everything in place. I need to find a way to position an image in the bottom of the right sidebar, above the footer. There will be no other widgets used with this sidebar -- just white sidebar with image sitting on top of the footer.

I built an HTML table for the graphic with a table height of 100%, cell vertical alignment: bottom and put this in a text widget. The graphic remains positioned at the top of the sidebar.

Here is the page: http://www.whitewingdesign.com/play/

How can I configure the right sidebar to always position this graphic at the bottom?

Thanks for your help!

lmilesw Sep 2, 2011 06:26 PM

I am not sure this will work in all situations but may be something to try. Add the following to ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:

#text-8 {
    position: absolute;
    top: 100%;
    border: none ;
}


pvelte Sep 3, 2011 04:09 PM

Thank you so much for the quick solution. It works!! When set to 100%, it put the graphic over part of the footer but an easy change to 85% placed the graphic in the text widget exactly where it needed to be at the bottom of the sidebar. Awesome! Thanks...


All times are GMT -6. The time now is 02:01 PM.

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