Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Sidebar background image + Footer text placement (http://forum.bytesforall.com/showthread.php?t=5452)

splatinum Jan 22, 2010 12:14 PM

[SOLVED] Sidebar background image + Footer text placement
 
I've tried searching and there weren't any solution detailed enough for me.

Issue 1:

I'm having problems getting a my right inner sidebar to display my opaque *.png back ground image. I would like to repeat it.

This is what I've entered in the the style right inner sidebar field in the theme options:

background: url(http://splatinum.com/wp-content/them...es/sidebar.png) repeat top left;

It's live right now in the sidebar, as is: http://splatinum.com



Issue 2:

I have a pretty large footer image, but not sure how to get the text to display closer to the top of the footer.

Currently, the style is this:

background: url(http://splatinum.com/wp-content/them...ges/footer.png);
padding: 150px;
text-align: center;
color: #663366;
font-size: 95%;

This is also live in the footer: http://splatinum.com


Ok, thanks and please don't slam us too hard. We're just musicians trying to hack a website together on no budget.

splatinum Jan 22, 2010 12:16 PM

Atahualpa 3.4.4 + Wordpress 2.9.1

juggledad Jan 22, 2010 12:40 PM

the padding is what is causing the text to be so low

splatinum Jan 22, 2010 03:32 PM

Great - fixed the footer issue by changing from center to bottom:


background: url(http://splatinum.com/wp-content/them...s/footer.png);
padding-bottom:290px;
text-align: center;
color: #663366;
font-size: 95%;


Still unsure about the sidebar - just found the sidebar forum..browsing now.....

splatinum Jan 22, 2010 03:50 PM

And, I found the other solution for the sidebear:

td#left {
background: url(/wp-content/themes/atahaulpa/images/sidebar.png);
}


All times are GMT -6. The time now is 03:13 PM.

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