Home › Forums › Pro Support › Display issue on IE › Reply To: Display issue on IE
September 13, 2018 at 7:11 pm
#5922
Keymaster
Hi there,
That’s strange – can you try adding this CSS to your site to test?:
.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}