Forums

Pushing the footer to the bottom of the wrapper (3 posts)

  1. ddesignswell
    Member
    Posted 9 months ago #

    Hello, I want to move the footer with the blog info down to the bottom where the grey bar is located. I also want to resize it so its all in the grey without putting the floating div below the left. I know how to do that by adjusting the left and right div widths. But I just need the div to be at the bottom.

    note: I am posting this as i have tried to already move the footer and I cannot reach the result that I need.

    I am using the "Basically" WordPress theme. My site is http://designs-by-d.net

    *edit* I got rid of the left and right structuring with the footer and moved the copyright underneath the theme credits.

  2. ddesignswell
    Member
    Posted 9 months ago #

  3. alchymyth
    The Sweeper
    Posted 9 months ago #

    this might work - basically swapping the padding from #wrapper ot #footer:

    #wrapper { padding-bottom: 0px; }
    #footer { padding-top: 200px; background-position: left 190px; }

    find the corresponding styles in style.css, and change accordingly.

    only tested in firefox.

Reply

You must log in to post.

About this Topic