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: Removal of search and space above header

#13458
Vincent
Member

I also found this one:

#access {
margin-bottom: 10px;
}

And this to control all the excess space:

.hgroup-wrap {
padding-bottom: 0;
padding-top: 0;
}
#access {
margin-bottom: 0;
}
.hgroup-wrap img {
margin-bottom: 0;
margin-top: 0;
}

Put then one by one in the custom css and see the changes and adjust the values as you like.

I am still needing to dump the search and all the space above the header or at least control it.