Tagged: ie11, responsive
Hello,
I think something is missing here: http://honsha.web158.f1.k8.com.br/clientsandtestimonials/ – Please, try to adjust the size of the browser window. It would be adjusting the entire content, right? Like streching the columns, resizing the images, etc.
When i use other browsers, it’s OK, but in IE11, the window cuts the content.
Can you guys please give me a light? It happens only in IE11.
Thanks,
Renan
Hey renanmufalo!
Please edit header.php, find this code on line 38:
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Below, add this code:
<?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false) { ?>
<script>
$(function(){
$('html').addClass('ie11');
});
</script>
<?php } ?>
Add this on Quick CSS or custom.css:
.ie11 .container .twelve.units {
max-width: 1210px !important;
}
Cheers!
Ismael
Hello Ismael, thanks for the quick response, but still not working :/
Also, i just found that in Firefox isn’t alright too. Please, take a look at some screenshots using 1280×1024 resolution:
Thanks a lot!
Renan
*In order: Chrome, Firefox and IE 11
Ismael?
Hi!
Can you double check that when you visit the site it isn’t getting set to compatibility mode? By default the theme is responsive in all modern browsers including IE10 and IE11.
Best regards,
Devin