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] Sidebar Border Problem! (http://forum.bytesforall.com/showthread.php?t=16283)

Borisko99 Dec 16, 2011 09:38 AM

[SOLVED] Sidebar Border Problem!
 
Okay everyone. I have nothing to do with the sidebar configuration in the theme options, I think there's something wrong with the css one. I got one of them bolder and one of them lighter. problem is with the left one I guess or it might be the right one too :p

here's my options for it:
Code:

border-right: dashed 1px #CCCCCC;
padding: 10px 10px 10px 10px;
background: #ffffff;

here's my css code for the sidebars:
Code:

td#right {

        vertical-align: top;

        border-right: solid px #;

border-left: solid 0px #;

padding: 0px 4px 0px 4px;

background-image: url(http://www.boriskocp.com/wp-content/uploads/2011/12/sidebar-bg.png);        }

here's my background image:
http://www.boriskocp.com/wp-content/...sidebar-bg.png

here's how it looks wrong:
http://i.imgur.com/OK8bv.png

and:
http://i.imgur.com/t1PSi.png

everything is clear enough. Borders are with my image so I dont need any options to add borders. I spent some time on this posts also :P I will be very pleased if you could answer it!

Thanks, Borisko99

lmilesw Dec 16, 2011 10:36 AM

I am not clear on what you want your CSS to do. You have "vertical-align: top" but what are you aligning to the top? You have the borders as "solid px #" with no size or colors mentioned. If this is all for the background I would use background shorthand something like.
HTML Code:

background: url(http://www.boriskocp.com/wp-content/uploads/2011/12/sidebar-bg.png) top center }

Borisko99 Dec 16, 2011 12:24 PM

Thank you so much mr. you've fixed it. Thanks again! :)


All times are GMT -6. The time now is 07:22 PM.

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