Forums

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

Home Forums CSS Extending div height to bottom of page Reply To: Extending div height to bottom of page

#243225
Paulie_D
Member

Set the sidebar to 100% height, if its parent is also 100% high (etc, etc) then that should do it.

Otherwise, a Codepen.io demo of the issue would be ideal so we can see the actual issue.

You might also use min-height:100% rather than just heighton the body.