Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Text Problem! Re: CSS Text Problem!

#88140
Mottie
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;
}