I would like to insert a space between the <div> border and Google Custom Search box, like this (made with paint):
<div>
but by default it's like this:
How to?
That's done with CSS using padding-left. i.e.
selector { padding-left: 20px; }