Home › Forums › Pro Support › Display issue on IE This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 13, 2018 at 6:50 am #5916 PaulParticipant Hi Support We’re getting the following display issue in Internet Explorer (though only on some machines): As you can see, the WPSP columns are ‘squashed’ into narrow strips. The issue occurs even in the latest version of IE. If you check the page — https://www.vaughanco.ie — in another browser, it displays correctly. Appreciate any help! Thanks, Paul September 13, 2018 at 7:11 pm #5922 TomKeymaster 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; } September 14, 2018 at 4:36 am #5928 PaulParticipant Sadly, no go – used a media query hack to show a different version of the WPSP block on IE only. Thanks anyway, Tom September 14, 2018 at 8:14 pm #5931 TomKeymaster No problem – I’ll look into this further. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In