lefty side bar just won’t align!
-
I made a left side bar all on my own, which made me feel pretty proud. Except now the damn thing won’t align correctly. I want to push it further to the left.
site: elaishastokes.com
code:
#sidebar1 {
float: right;
width: 130px;
margin: 0px 0px 20px 0px;
padding: 32px 0px 20px 10px;
}#sidebar1 p{
padding: 0px 0px 0px 0px;
margin: 0px;
line-height: 0px;
}#sidebar1 ul {
list-style: none;
margin: 0px;
padding: 0px 0px 0px 0px;
padding-left: 0px;
}#sidebar1 ul li a {
color: #507AA5;
text-decoration: none;
}#sidebar1 ul li a:hover {
color: #507AA5;
text-decoration: underline;
}#sidebar1dotted {
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
border: 1px dotted #C0C0C0;
}
#sidebar1_box {
background: #666666;
color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
border: 1px dotted #C0C0C0;
}And while I’m hear, how can I get rid of the dreadful dashed lines separating the widgets?
Much thanks!The blog I need help with is: (visible only to logged in users)
-
-
FWIW, http://www.elaishastokes.com works for me, but the IP address looks not to be hosted at wordpress.COM.
-
… and the php error messages on this page:
http://www.elaishastokes.com/?cat=3
kinda confirm it. -
- The topic ‘lefty side bar just won’t align!’ is closed to new replies.