Jumping Articles on IE11

dani.schneider
24 Posts
dani.schneider posted this 30 April 2020

Hi
I have an issue with the website https://praxis-fuer-urologie.com on IE11.
An Article is breaking in the title and jumping around. Edge, Chrome, Firefox and Safari works fine.

Du you have a fix for this?

Thanks

Hi I have an issue with the website https://praxis-fuer-urologie.com on IE11. An Article is breaking in the title and jumping around. Edge, Chrome, Firefox and Safari works fine. Du you have a fix for this? Thanks
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 04 May 2020

Hello Daniel,

It is incompatibility of IE and Bootstrap styles. The height of the row is constantly re-calculated.
You can try adding this code to Home -> Settings -> Additional CSS or directly to css file on the site, but I can't tell for sure whether it would help (and won't be overwritten):

 .bd-blog-2  .separated-item-7 .col-lg-6 .col-md-6 .col-sm-6 .col-xs-12 {
min-height:100%!important;}

You can try changing 100% value to auto or 0px or 524px. Try all options.

Gina
Themler support

Hello Daniel, It is incompatibility of IE and Bootstrap styles. The height of the row is constantly re-calculated. You can try adding this code to Home -> Settings -> Additional CSS or directly to css file on the site, but I can't tell for sure whether it would help (and won't be overwritten): .bd-blog-2 .separated-item-7 .col-lg-6 .col-md-6 .col-sm-6 .col-xs-12 { min-height:100%!important;} You can try changing 100% value to auto or 0px or 524px. Try all options. Gina Themler support
You must log in or register to leave comments