I\'m trying to make a pretty normal carousel, with two arrows on either side in the vertical middle, and text with a button in the middle on top of the image. I cannot get a
You have to do
.slick-slide { /* ... */ position: relative; }
so that the .info stuff knows it should be absolutely positioned to it's parent.
.info