I have a question regarding the absolute position mode used within collection list.
I have setup an “avatar” to be absolute positioned on my layout, it works fine on mobile version but on desktop and tablet, the same avatar is not populated in the collection items, only the first one is populated… any idea ?
For it to work with absolute, your wrapper element must be position:relaitve, to become the reference for the absolute element. If you don’t do that, all your avatars are going to pile up somwehere close to their closest positioned parent.
Mastering absolute positioning is the key to achieve whatever you want to create and keep it simple and solid. It’s often overlooked how it really works.