Forum Moderators: not2easy
<snip>
this is my css code involving the alignment of my containers and sidebar
#main-c {
width: 750px;
margin: 0;
padding: 0;
background: ;
margin-left: 105px;
}
}
#main {
width: 750px;
background: ;
}
#bigger {
width: 460px;
float: left;
margin: 10;
padding: 0 0 0px 0;
background: ;
}
#smaller {
width: 210px;
float: right;
position: relative;
top: 0px;
left: 25px;
padding: 0;
font-size: 11px;
line-height: 16px;
border-left: 1px 0 #CFC0D5;
[edited by: DrDoc at 2:51 am (utc) on Aug. 18, 2008]
[edit reason] No URIs, please. See posting guidelines. [/edit]
Sounds to me like you have something that centers the content on the page. Look in your CSS for something that centers the layout. Perhaps a line with something like
margin: 0 auto;. Off the top of my head, there are two possible fixes:
1) Remove what ever interferes with content alignment
2) Add a wrapper which restricts the width