Hi @rileyrichter,
Issue that you are experiencing happens because of structure of dynamic list. All your dynamic items has a settings “float: left” (it is how set up columns in dynamic content). Since all dynamic items has different height, some of them may prevent others proper floating
You have few ways to fix it:
- make all dynamic items same fixed height
- organize dynamic list in “masonry grid” by using CSS columns settings
(Webflow Masonry grid ( #Pinterest), no Custom Code required - Webflow Tips - Forum | Webflow)
Regards,
Anna