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

#13453
Patricia
Participant

Thanks, Vincent! That did a great job of moving the page title up … I even reduced it a little more than 10.

But there’s still space under the nav bar … maybe I can play with that a bit.

By the way, I am using a child theme, not working with the original.

I like the Search, but it doesn’t seem to offer a “submit” option; I have to hit “return.” Any thoughts on how to make that work?

As for your issue of eliminating the Search entirely, I did see this:

/* Search Form */
#branding .searchform {
margin-top:20px;
float: right;
}
#branding .searchform div {

}
#branding #s {

}
#branding #s:focus {

}
#branding #searchsubmit {

}
#branding .only-search .searchform {

}
#branding .only-search #s {

}
#branding .only-search #s,
#branding .only-search #s:focus {

}