I have the two sidebars set to the width I wanted. The center is what I can't get to cooperate.
I've tried every combination of code I can come up with on the center's settings. I even tried my zip code and area code but that didn't work
Here's the code that i'm presently using .... I ain't doing nothing else until someone has a brain fart
Code:
<style type="text/css">
.two_columns {float: right;}
.col_1 {width: 270px; float: left; margin-right: -250px;}
.col_2 {float:left; margin: 0 500px;}
.col_3 {width: 270px; float: right; margin-left: -250px;}
</style>
<div id="doc3" class="yui-tvb-l3">
<div class="two_columns">
<div class="col_2">
<ul class="list_no_decoration widget_list" id="widgetlist_column2">$column[2]</ul>
</div>
<div class="col_3">
<ul class="list_no_decoration widget_list" id="widgetlist_column3">$column[3]</ul>
</div>
</div>
<div class="col_1">
<ul class="list_no_decoration widget_list" id="widgetlist_column1">$column[1]</ul>
</div>
</div>
Here it is live on my
TEST SITE .