How To Make Sidebar Extend To Bottom of Page??
-
My sidebar has a light purple background, but it only goes down as far as there are widgets. I would like the purple background to go all the way to the bottom of the page. Check my blog to see what I mean. Here’s the css code that I’m currently using:
#primary {
width:240px;
float:right;
padding-right:8px;
background:#E3E4FA;
}#primary ul li {
list-style:none;
margin-left:-30px;
}#primary ul li ul li,#primary ul li ul li:hover {
list-style:none;
margin-left:-40px;
}.sidebar a {
color:#000;
font-weight:500;
}.sidebar a:hover {
color:#669;
font-weight:500;
}.sidebar {
font-size:.8em;
color:#000;
}
- The topic ‘How To Make Sidebar Extend To Bottom of Page??’ is closed to new replies.