How to adjust standard search Block - Search Box Height (dimensions)

Permalink
I'm using the standard Search Block and wish to reduce the white space around it. Specifically reduce the height to just a few pixels bigger then the box itself.
Note I have set the search title specified as a single "space" character.(See attached)

If possible I'd like to make use of the "Add to CSS" so that I'm not making any code changes.

Ideally I'd like to have the same "Intelligent" search feature just like the Forum here.
Is that available as a ad-on??
I'm using 5.6.1.2..

Any thoughts? Help and or direction would be much appreciated.

1 Attachment

HOBOcs
 
HOBOcs replied on at Permalink Reply
HOBOcs
bump - any thoughts
goodnightfirefly replied on at Permalink Reply
goodnightfirefly
Edit your theme's CSS and add

.ccm-search-block-form h3 {
    display: none;
}


You will have to edit the theme CSS as the block Design > CSS applies directly to that element, whereas we need to hide the h3 inside the element.