Hello,
I been using enfold for homepage, but I found that from browsers lower than IE 11,
last column shifts downward and some of pages column shifts downward if its just images on the main contents.
In footer:
| column1 | | column2 | | column3 | < this is what we expected on the footer but I see
| column1 | | column2 |
| column3 | < something like this
In main contents:
| image1 | | Image2 | < this is what we expected on the main contents
| image1 |
| Image2 | <this happens
Is this just me??
Hey iceadmin!
Can you please give us a link to the website? Please edit header.php then find this code on line 38:
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Add this code below:
<?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7.0; rv:11.0') !== false) { ?>
<script>
$(function(){
$('html').addClass('ie11');
});
</script>
<?php } ?>
Please update us after.
Best regards,
Ismael
Hi!
I’m not getting any column issues testing with IE on my end but you can also try updating your Enfold theme to the newest version which has more bug fixes and changes that have been released in the past few months.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
Devin