fionachan
Member
Posted 8 months ago #
Hello,
When the post is too short, and it is viewed as a single post, the footer would come right after the content not after the sidebar.
And thus the sidebar and footer would clash and the sidebar would even extend after footer!
How do I fix this? Thanks!
Example: http://fionachanjf.com/2010/06/happy-birthday/
Give your <div id="wrapper"> a minimum height of 2000px.
E.g
#wrapper {
min-height: 2000px;
}
http://www.w3schools.com/cssref/pr_dim_min-height.asp
fionachan
Member
Posted 8 months ago #
oh you're a genius! Thanks!