[Resolved] Safari bug? (large white space after body)

Home Forums Support [Resolved] Safari bug? (large white space after body)

Home Forums Support Safari bug? (large white space after body)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1469095
    Frans

    Hi,

    Only in Safari there is a large white area below the footer.
    Can you help me to find a solution to this? (I guess it has something to do with te masonry sorting).
    Link to the website is added.

    #1469326
    Leo
    Staff
    Customer Support

    Hi there,

    How is that masonry sorting achieved?

    Does the issue happen if you activate the parent theme and without the masonry sorting?

    #1469352
    Frans

    Hi Leo,

    This the code for the masonry:

    .masonry {
    clear: both;
    display: block;
    column-count: 3;
    column-gap: 1.5em;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
    }

    #1469355
    Leo
    Staff
    Customer Support

    And does the issue resolved without that code?

    #1469367
    Frans

    Yes, without this line it’s okay. (It’s just in Safari, in all other browsers it’s fine)

    #1469403
    Leo
    Staff
    Customer Support

    Maybe it needs to be prefixed?
    https://autoprefixer.github.io/

    Unfortunately this isn’t a theme related issue as it’s a custom solution so we are unable to help with this.

    #1472442
    Frans

    Hi Leo,

    Ofcourse, I understand.
    Thanks for your support,

    #1473324
    Leo
    Staff
    Customer Support

    No problem 🙂

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