Blog format/template issue

I’m sure that the below isn’t a bug so I didn’t want to spam that section. But I recently saw that some of my blog pages have been acting funny and I have no idea what is causing it. I have added images of a working version and another that has an issue.

As far as I am aware, there seems to be no reason why some pages are acting strangely. I have cleared cache and Regenerated CSS files which hasn’t worked.

If anyone has any idea about why this has happened I would really appreciate it!

Thanks <3

Your repeater item class .repeater-item display flex settings seem to load on top of eachother because the ul is set to grid. Make it either a grid, or a flex or really define the boundaries in it.

So it seems to me you are loading a .li in an .ul in a grid that has only 1 grid space defined, theriby repeating itself in the same spot.

I advice changing the grid to flex.