Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #222021

    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

    #222225

    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

    #222301

    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:

    screens

    Thanks a lot!

    Renan

    #222302

    *In order: Chrome, Firefox and IE 11

    #223438

    Ismael?

    #224470

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.