This is my first time ever doing anything with CSS. I've spent quite some time searching these forums and the interwebs, and I was able to change it a bit, but still having some trouble.
I was able to make my main column wider to the right, and I made my right sidebar smaller to fit. Yay! What I now want to do is make it wider on the left. Here's the code I have now:
#c2 {
background:#fff;
border:solid 4px #d2d2d2;
border-left:0;
border-right:0;
float:left;
line-height:170%;
margin:0 5px 0 0;
overflow:hidden;
padding:0 30px 30px;
width:700px;
}
#c3 {
border:solid 4px #d2d2d2;
border-left:0;
border-right:0;
float:left;
overflow:hidden;
width:195px;
}
I appreciate any help. Thanks!
The blog I need help with is fencingtime.wordpress.com.