Hi i tried to center multiple divs inside a collection repeat.
- I tried it like this (the yellow div examples) codepen
- and like this stackoverflow
But because of the created divs and styles form collection repeat everything breaks.
I think the main problem is this injected style…
[collection-repeat] {
left: 0 !important;
top: 0 !important;
position: absolute !important;
z-index: 1;
}
Any one has some good ideas?