jeffhoneyager
Hi
Add below code in custom.css file and change the padding value to move it up down
.acm-slideshow .owl-carousel .item .slider-content-inner {
padding: 384px 32px;
}
To change the title size add this code
acm-slideshow .owl-carousel .item .slider-content-inner h1 {
color: #ffffff;
font-size:90px;
}
and change the value as per needs.
Clear Joomla cache after apply changes.
Regards