[ASK]How To Customize Google Custom Search?

ezines

Power Member
Joined
Jan 3, 2011
Messages
723
Reaction score
223
Whenever I put a Custom Google Search in Thesis header, the search box become slimmer or smaller. But when I put it in the sidebar it has the same size as the search button.

How can I make it the same size as the Search button?

Please refer to the image below;
SEARCH_BOX.png
 
Which site are you referring, mine? No, sorry...can't do that. What I'm asking is how to make the height of the search box to be the same height as the search button... as explained above.
 
Try adjusting it like this - you could also change the font-size intead of giving value to the height property.

Code:
#id-of-the-input-box {
   height: 50px;
}
 
I'll try that... This is something I've been looking into but don't know where to start. :)

I'll let you know what happen.
 
Back
Top