Forums

[resolved] Footer and sidebar clashes on short posts (3 posts)

  1. 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/

  2. Andrew Nevins
    Volunteer Moderator
    Posted 8 months ago #

    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

  3. fionachan
    Member
    Posted 8 months ago #

    oh you're a genius! Thanks!

Reply

You must log in to post.

About this Topic