badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Reduce height of top section

#22406

Hi Chapline,

To entire top section of the page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

#main {
    padding-top: 30px;
}
#secondary {
    padding-bottom: 0;
}
.hgroup-wrap {
    padding-bottom: 0;
    padding-top: 0;
}
.hgroup-wrap img {
    margin-bottom: 0px;
    margin-top: 0px;
}

Thank you!