Sat, 2012-08-11 21:44
I want to find the CSS script that controls the size & location of the blue/silver Search box underneath the "WP Local Places" logo. In Firefox, hovering the mouse pointer in a corner of the blue box & right-clicking then left-clicking "Inspect Element" identifies the box as "div#main-search". To see the code, click "Tools/Web Developer/Style Editor" in Firefox.
My knowledge of CSS is basic & I have spent hours trying to solve this, appreciate some help.
Sat, 2012-08-11 22:04
#1
From Firebug addon
See line 314 et seq http://www.hirestreet.co.uk/wp-content/themes/wplocalplaces/style.css
#main-search { clear: both; overflow: hidden; padding: 10px 0 0; }
cheers,
gary