I see where I put the code, but there are multiple sections beginning with #content. Where do I put “margin-top: -20px;” line in the lines below?
#content {
margin: 1em 215px 1.5em 15px;
font-size: 1.1em;
}
#content h2 {
font: italic 2.1em georgia, serif;
margin: 5px 0;
letter-spacing: 1px;
}
#content h2 a {
text-decoration: none;
}
#content h3 {
padding: 0 0 0 17px;
margin: .5em 0;
font-size: 1.4em;
}
#content h4 {
font-size: 1.3em;
padding: 0;
margin: 1em 0;
}
#content h5 {
font-size: 1.1em;
padding: 0;
margin: 1em 0;
}
#content .date {
font-size: 1em;
text-align: right;
font-weight: bold;
}
#content .meta {
font-size: .9em;
}
#content .feedback {
margin: 15px 0 15px 0;
text-align: right;
padding-bottom: 10px;
border-bottom: 1px solid #700000;
}