Hello WordPress community,
I hope someone better-educated that me can take a look at this and maybe see something obvious. I have 2 sidebars (left & right) and a central column.
Problem is, when the left sidebar is shorter than the right. Problem is when the RIGHT sidebar is shorter than the left, the left's content gets cut off where the right one ends.
Thanks in advance for any help you can offer .
#container {
width: 876px;
overflow: hidden;
margin: 0 auto;
position: relative;
}
.sidebar {
width: 135px;
float: left;
font-size: 1em;
line-height: 1.4em;
padding: 20px 10px 25px 0;
}
#sidebarleft {
float: left;
}
#sidebarright {
position: absolute;
top: 0;
right: 0;
padding: 20px 0 25px 10px;
}