Home › Forums › CSS › CSS Text Problem! › Re: CSS Text Problem!
September 28, 2011 at 7:43 am
#88140
Member
It looks like the content width isn’t including the extra border around the leftsidebar… so just change the width from 570 to 560px:
#content {
width:560px;
float:right;
overflow:hidden;
}