Jetpack Infinite Scrolling Showing different No. of Posts

157 views Asked by At

Can somebody fix this please.

enter image description here

I am using Jetpack Infinite Scroll. The scroll is working fine but its the posts that are somewhat broken. See Image. My setting in WP Reading is 10 posts per page and I even added 'posts_per_page' => 10, in Jetpack functions.

Please help.. I can't figure out how to fix this.

Thank you.

1

There are 1 answers

1
wickywills On BEST ANSWER

This is because your columns are different heights which is breaking the floats. One solution would be to set all the columns of the divs to the same height. Another one would be to use a jquery plugin called Masonry. Personally I would try to make all the columns equal height, as it would look tidier!