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 {
}