Need CSS help to duplicate using Supertile

My bad. I thought there might be ids for each one. If its always the first item you added to your super tiles what about using :nth-child?

I think it would be

.super-tile .item:nth-child(1) { top: 7%!important }
1 Like