Home › Forums › Pro Support › Suggestions › Reply To: Suggestions
January 21, 2017 at 9:47 pm
#1486
Keymaster
That’s because the images are set to float left and IE11 isn’t very good.
Try this CSS:
.wp-show-posts-masonry-block:not(.featured-column) .wp-show-posts-image.wpsp-image-left {
float: none;
margin-right: 0;
}