Hi @unexploded,
I didn’t include all the Masonry settings with Ajax Load More. So to do this you should use CSS for the columns and gutters.
Does that make sense?
Cheers,
Hi @dcooney, thanks for the quick reply. My first guess was CSS, but I’m afraid that isn’t helping – after looking at the Masonry doc, it’s set in the jQuery somewhere. So say there are 3 columns, I can put a width of 25% or less in CSS and I’ll still have 3 columns.
I guess I’ll have to dig a little deeper with the JS, see if I can override it somehow (I assume Masonry is being called from a CDN?).
Do you think this might be something you’d consider as a setting in the future?
Cheers.
In my Masonry example, if I change the width of the items to 17% I get 5 columns across.
https://connekthq.com/plugins/ajax-load-more/examples/masonry/
Are you updating the CSS via the console? If so, you need to resize the page for changes to take place.