[TUTORIAL] MixItUp filtering plugin with Dynamic content

Hi, @Alexander_von_Stauff!

I saw similar problem few times already and the main reason is the layout :slight_smile:

The Collection list Wrapper has no width, then the Collection list set to width: 100% and display: flex.
When filtering happens and items getting “removed” from the container (Collection list) it shrinks automatically because 100% of nothing (remember, no width set on its parent :point_up:) is … nothing :woman_shrugging:t3:.

So if you will make Collection List wrapper to width: 100% it will keep all containers in place and animations will not look so weird:

CloudApp

Hope it clears your doubts :slight_smile:

Cheers,
Anna

1 Like