I am facing a challenge with stacking multiple elements within a list on top of each other. Although using position: absolute
achieved the desired result, I am struggling to keep them aligned within their designated grid spaces (I am utilizing the Materialize grid system). I have attempted to add a wrapper with position: relative
, but so far I have been unsuccessful.
If anyone could provide guidance, it would be greatly appreciated!
http://jsfiddle.net/b6naew9h/12/
Is there a way to stack all list elements while maintaining respect for the grid layout?