We're merging with GenerateBlocks! Learn more here.

[Resolved] Display issue on IE

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Display issue on IE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5916
    Paul
    Participant

    Hi Support

    We’re getting the following display issue in Internet Explorer (though only on some machines):

    09.13.2018-09.18.17

    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

    #5922
    Tom
    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;
    }
    #5928
    Paul
    Participant

    Sadly, no go – used a media query hack to show a different version of the WPSP block on IE only.

    Thanks anyway, Tom

    #5931
    Tom
    Keymaster

    No problem – I’ll look into this further.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.