cytropics
Hi
The screen height is not enough to show all the information..
Add this code in custom.css file to move the slideshow content down
@media(max-width:768px) {
.acm-slideshow .owl-carousel .slider-content .slider-content-inner > h1 {font-size: 20px!important;}
.acm-slideshow .owl-carousel .slider-content {bottom: -45px!important;}
.acm-slideshow .owl-carousel .slider-content .slider-content-inner > p {font-size: 15px!important;} }
You can adjust the font size values as per needs.
Regards