• Resolved cpurrin1

    (@cpurrin1)


    I have a blog post that is mainly headers and galleries, and I just discovered that on Safari there are large spaces (pages of scrolling) in between the sections. Not a problem on Chrome or Firefox. Any suggestions on how to fix? Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    My guess is that this is due to a bug in Safari that cannot handle CSS columns when the content gets resized (which is what happens in a Masonry layout). You can try adding this custom CSS, but I am not sure if that will work 100%:

    .photonic-stream { display: block !important; }

    Basically, I am seeing a slight misalignment of the tops of the images due to the Safari bug.

    Thread Starter cpurrin1

    (@cpurrin1)

    Adding that custom CSS did the trick. Thank you so much.

    • This reply was modified 10 months, 2 weeks ago by cpurrin1.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unexpected spaces between galleries on Safari’ is closed to new replies.