Slider text on top of image does not appear on mobile. Image partially cut out

Hello,

The image slider from the Activello theme contains the title of the post and the category. This works fine on non-mobile screens. But when seen on mobile this information disappears and the image in the slider is cut. What is the solution?

You can see this happening here: http://amazingromania.net/en/ Go to Developer Tools in your browser and check the mobile version.

hi there

hope you are having a good day

Please add this css in appearance > customize > additional css

@media (max-width: 768px){
.flex-caption {
display: block !important;
}
.flex-caption h2 {
font-size: 13px;
margin-bottom: 10px;
}
.flex-caption .read-more a {
font-size: 12px;
}
div.flex-caption {
bottom: 0%;
}
}

Let me know if it worked :slight_smile:

Yes. Thank you :slight_smile:

You are welcome :slight_smile:

This case is closed, feel free to open new ticket if you need any help

Regards Noda