Issues with two different column sizes
I'm bringing this website here because Wordpress.stackexchange.com said it
wasn't specific enough... Please help!
I have a website here.
I am trying to resize the center column and I'm having a hard time. I once
had everything correct, but a client went in and updated something and
that updated the CSS and I'm all screwed up somewhere. Just not sure
where.
Here's the CSS for the sidebar section...
/** Sidebar *********************************/
.side-wrap {
width: 205px;
position:relative;
padding:0;
padding-top:10px;
margin-top:-10px;
z-index:1;
}
.side-wrap.left.border.bottom
{float:left;background:url(images/content-border-d.png) right bottom
no-repeat;}
.sidebar-content {
display:block;
position:relative;
height:auto;
width: 205px;
position:relative;
padding:0;
padding-top:10px;
margin-top:-10px;
z-index:1;
}
.sidebar-content ul li.sidebartitle a { background:none;}
.sidebar-content ul li.widget {clear:both;}
.sidebar-content ul li.widget:after { content: "."; display: none; clear:
both; visibility: hidden; }
.side-wrap .border-wrap.left .sidebar-content ul .widget
{padding-right:5px; width:335px; }
.side-wrap .border-wrap.right .sidebar-content ul .widget
{padding-left:5px; width:200px; }
.sidebar-content ul .widget {padding-top:10px;padding-bottom:5px;}
.sidebar-content li {list-style:none;}
.border-wrap {
width: 100%;
position:relative;
height:auto;
z-index:0;
height:100%;
padding-bottom:25px;
}
However, the left sidebar is supposed to be 335px and the right sidebar,
at 200px, which is where it's at now.
No comments:
Post a Comment