1 coldhart May 16, 2008 15:51
3 coldhart May 16, 2008 16:35
Thanks!! that worked -
Is there something similar to left justify the "B2Evolution" logo at the bottom of the sidebar?
4 tilqicom May 16, 2008 17:16
AFAIK, you can not anchor the image to the bottom, you can use fixed position of course but i dont recommend it by any means..
but you can set that b2evo image as background (you will have to remove the current one of course, unless you want to display it twice : p) however this way the image will not be linked, even if you do so; your (contentright)sidebar columns height is as long as the content you put inside not as long as page, so it will display in the bottom of your sidebar, but not at the bottom of your page.. against these, if you still d like to :
#contentright .powered_by {
background: url(http://coldheartedtruth.com/politics/rsc/img/powered-by-b2evolution-120t.gif) no-repeat;
background-position: bottom;
}
edit: ignore this post unless you want to anchor it at the bottom of your sidebar, where you dont (:
5 yabba May 16, 2008 17:21
div.powered_by {blog_elements.css (line 163)
margin:16px 0pt;
text-align:center;
}
Remove the text-align:center ;)
¥
6 tilqicom May 16, 2008 17:23
¥åßßå wrote:
div.powered_by {blog_elements.css (line 163) margin:16px 0pt; text-align:center; }
Remove the text-align:center ;)
¥
lol!! you are right ¥åßßå , totally ignore my previous post, coldhart.., i thought you want to place it at the bottom, but you were just specifying it by saying "B2Evolution" logo at the bottom of the sidebar".. i iz stupid :roll: :)
7 coldhart May 16, 2008 19:16
ahhh
simply add these into your css:
and it should be ok :roll: