I need help on styling the Google Custom Search Box (not the results)
Old styles were using the form tags, where you could easily style the look &
form
The way I got this to work.. 1. Set async to false in google script (gcse.async = false); 2. Add css below. It probably depends on the order the css is loaded!
.gsc-control-cse{ padding:0 !important; }