Hi Patrick-nwakogo,
Please add below custom css code to display the featured title and content of the slider.
@media only screen and (max-width: 1078px) {
.featured-text .featured-title,
.featured-text .featured-content {
padding: 8px;
}
.featured-text .featured-title {
font-size: 13px;
line-height: 10px;
}
.featured-text .featured-content {
line-height: 18px;
}
}
@media only screen and (max-width: 767px) {
.featured-title, .featured-content {
display: block;
}
}
Thank you!