I am having issues with the layout of this site on Internet Explorer and it is not working properly.
I’d like to get the same results that I have with other browsers (Chrome and Safari working properly)
I had the same problems of “sliders going above sliders” (the main content are projects into sliders) in tablet landscape mode so I added some extra margin-bottom on the sliders (with media-queries in the custom code of the dashboard) and it worked but I have no clue of what’s going wrong with Internet Explorer.
Here you can insert the following snippet (someone correct me if i’m wrong here)
<!--[if IE]>
<style>
/* IE up to 9 CSS styles go here */
</style>
<![endif]-->
<style>
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
</style>
thanks again for your help and sorry for the late answer.
I checked everything on a pc with Windows 10 and the latest Internet Explorer and with the code you provided I managed to add some custom code and it worked well.
The problem remaining is that I can’t view on older Internet Explorer.
Do you know online screen capture tools or debugging tools allowing me to see the Internet Explorer screen captures? (a free tool…)
Thanks in advance.
Keep up the good work and thanks for your help again.