Hi, the center column on my front page doesn't seem to be going to 100%.
Here is an example:
http://www.rc-helicop.us/store
As you can see, there is a large white space on two side.I have tried forcing it to 100% within the stylesheet.css file:
#contentMainWrapper {
float:left;
line-height:1.6em;
margin-right:1%;
padding:0pt 2%;
text-align:left;
width:100%;
margin-top:3px;}
..to no avail. I've disabled all right columns in my site. I'm sure that I'm missing something simple or there is something overriding my settings. Please help.
i have also added width=100% at all sections under #contentMainWrapper but it doesn't work........
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
width:100%
}
#contentMainWrapper {
float:left;
line-height:1.6em;
margin-right:1%;
padding:0pt 2%;
text-align:left;
width:100%;
margin-top:3px;}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
width:100%
margin: auto;
}
#tagline {
color:#000000;
font-size: 2em;
text-align : center;
vertical-align: middle;
width: 10px;
}
#sendSpendWrapper {
border: 1px solid #cacaca;
float: right;
margin: 0em 0em 1em 1em;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
margin: 0;
width:95%
}
.wrapperAttribsOptions {
margin: 0.3em 0em;
}






