Site logo

Archived topic

CSS Help

17 replies · Started by David on February 28, 2019

Viewing posts 16–18 of 18

It may just require some optimization as several styles are being loaded then the slide styles kick in.... but could try this instead:

.flexslider .slides > li {
    position: relative;
}
.home-slider-content {
    position: absolute !important;
    bottom: 0;
}

That does the trick, thanks again David!

Glad to be of help.

This archived topic is closed to new replies.