I’m using infinite-scroll to pull up new posts. To ensure the posts pull up in 3 columns instead of 1, I am calling Javascript after the next posts are fetched:
jQuery(newElements).makeacolumnlists({
cols: 3,
colWidth: 305,
equalHeight: 'ul',
startN: 1
});
What do I need to change for making the fetched posts align properly with the other post on top? The posts on top are stacked li elements and the plugin is stacking divs. Any way to fix this?
My site is (removed)
Thanks!
should solve your problem. And this will move all post 25px to the right,