Forums

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

Home Forums CSS Padding at the bottom of a page

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #31721
    jtbixler
    Member

    As part of my redesign I want a 75px paddign at the between the bottom of my content area the bottom fo the page. I have tried

    padding-bottom:75px;

    and

    margin-bottom: 75px;

    on the page wrap, body, and html elements.
    working url

    #58968
    noahgelman
    Participant

    Get rid of all the random paddings and margins you’ve put everywhere to make it work.

    Keep the bottom padding on the page-wrap. Also add overflow:hidden to it and you should be as good as gold.

    #58971
    jtbixler
    Member

    That works but it cuts part of the image at the top off.

    #58881
    noahgelman
    Participant

    Well then after you make those changes, you change the margin-top:200px to padding-top:200px and you should be good

    #58858
    jtbixler
    Member

    Ok thanks that worked

    #58850
    noahgelman
    Participant

    Congrats :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.