This topic has 10 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hi,
I have 2 problems with IE 11. It seems to be related to css property “display: flex”.
Thank you.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Rose Tyler.
Hello,
Thank you.
I added this code in your Custom CSS:
.vc_sep_pos_align_center {
display: table;
}
.vc_separator.vc_separator_align_left h4, .vc_separator.vc_separator_align_right h4 {
display: table-cell;
vertical-align: middle;
white-space: nowrap;
}
.vc_separator .vc_sep_holder {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.category-description-author {
display: table;
}
.archive .term-description p{
display: table-cell;
}
.term-description .category-description-author .category-description-author--content{
display: table-cell;
vertical-align: middle;
}
Clear browser cache and check your site.
Regards,
Rose Tyler.
Thanks a lot, it works for term-description.
But for separators, it only work on the page I told you and not on the other pages with separators. I have many pages which use separators on my website. How can we fix this problem on all pages?
Hello,
The issue has been fixed. Check site now.
Regards,
Rose Tyler.
Thank you, it works. One last thing, your changes have modified the space between the photo and the text in term-description on all browsers. Initially, I added this css code to have the space:
description-author .category-description-author–content {
margin-left: 1.5rem;
}
But now this code doesn’t work, I tried to change it but nothing move.
How can we fix that?
You can add this code in Global Custom CSS
.term-description .category-description-author .category-description-author--content {
padding-left: 1.5rem;
}
Regards,
Rose Tyler.
Everything’s ok now. Thanks a lot!
You’re welcome!
If you have any questions feel free to contact us.
Regards,
Rose Tyler.
The issue related to '‘IE 11 issues’' has been successfully resolved, and the topic is now closed for further responses