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? Reply To: How do I get rid of the divider line?

#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