Forums

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

Home Forums CSS My battle with 2 column layout Re: My battle with 2 column layout

#104038
JPC776
Participant

If you want the sidebar to scroll also just change


.container {
height: 100%;
}

to

.container {
width: 100%;
}

I think that should work