Forums

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

Home Forums CSS How do I get rid of the divider line?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #144432
    knowledgenotebook
    Participant

    Please see the following page,
    http://www.knowledgenotebook.com/index2.html

    I’d like to get rid of the divider line right above the footer.

    Many thanks.

    #144439
    Leonhard Ortner
    Participant

    Hi,

    your footer has a border-top

    #footer {
    border-top: 1px solid #DADADA; <—-
    height: 100px;
    margin-top: 0;
    padding: 25px 30px;
    text-align: center;
    }

    your main has a border-bottom

    #main {
    border-bottom: 1px solid #DADADA; <—-
    padding: 22px 13px 13px;
    }

    wbr

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