Search bar moves in IE.
-
I am using a twentytwelve child theme, and everything seems fine between Firefox and Chrome, but when I go to the site using Internet Explorer, the search bar sits over my header logo.
after searching on google for a while, I came across a page that said I can create a mini-plugin with this code;
function fix_ie8() {if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}} add_action('bb_send_headers','fix_ie8'); // for bbPress add_action('send_headers','fix_ie8'); // for WordPress
So I created another .php file to upload to my site, with that coding in it, but once its hosted, idk how to link it so it activates it within my template.
ALSO,
Another thing is, once I start to make my browser window smaller, everything moves around (in all browsers)…. What can I do to fix it so everything stays in place, and the browser has to scroll?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Search bar moves in IE.’ is closed to new replies.