My site is amotherinisrael.com. I'm trying to widen the text in the main content area so there will be less white space between the text and the sidebar.
#main {margin : 0 auto;padding:10px 0px 0px 0px;}
#left-column {width : 500px;float : left;padding-left:40px;}
#left-column ul {padding:0;margin:0 0 0 30px;}
#left-column ol {padding:0;margin:0 0 0 30px;}
.postmeta {border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;background:#f5f5f5;padding:3px 5px;color:#777}
#right-column {width : 300px;float : right;min-height: 600px}
When I change the values of the width and padding in #left-column, nothing seems to happen. Suggestions appreciated.