Forums

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

Home Forums CSS Remove white space under header Reply To: Remove white space under header

#247828
nubitools
Participant

Which part should I change?

.single_page { padding-top: 0 }
.page-title {
background-position: center bottom;
background-repeat: no-repeat;
height: 1px;
margin-bottom: 12px;
padding-bottom: 60px;
text-transform: uppercase;
text-align: center;
}
.single_page h1.page-title {
padding-bottom: 50px;
text-align: left;
font-size: 30px;
margin-bottom: 0;
}
.page-subtitle {
font-weight: 400;
font-size: 19px;
opacity: 0.7;
text-transform: none;
}
.post-content {
padding-top: 15px;
margin-top: 15px;
padding-bottom: 15px;
margin-bottom: 15px;
overflow: hidden;
clear: both;
}