BUG: Repeater Stretch-to-width Weird Wrapping

@aleksander-denga

You can see it in action here:
https://mirokiiski.com/copy-of-home
If you scroll down to the Wall of Honour, you’ll see that the fourth item wraps onto a new row, though it could easily fit in the second. It does follow alignment (right now it’s set to justify, if you set it to center the third image remains left aligned and the fourth is centered, making for a very weird aesthetic).

If you have any suggestions, I’m open to them.
Thanks

Hi David.

Thank you for this information
Yes, it seems the rendering logic of the repeater has an issue here. It happens when a set of conditions are met: specific item width + repeater is full-width + justified layout + specific margins.
I’ve already reported this issue to our dev team.

As a workaround, I’d suggest to try and twitch any of these parameters, e.g. change item size.

Please let me know if that helps
Regards, Aleksander

Thanks Aleksander,

I tried changing the containers to be more narrow, and I also tried changing the margins to be percentage/px based but the problem remained. And actually, it was worse in centered layout as the oddly flexed container jumped straight to the middle while the one above was left-aligned. My client and I decided justified looked better than that at least.