By default, title and content in a Scrollable list will overlay the thumbnail.
To display them below the thumbnail, please add this code to Custom CSS field in Content Views >> Settings page:
#pt-cv-view-VIEW_ID .pt-cv-carousel-caption { position: relative !important; left: 0 !important; }
(replace VIEW_ID with ID of your View)
To apply it for all Scrollable lists, please use this CSS instead:
.pt-cv-view .pt-cv-carousel-caption { position: relative !important; left: 0 !important; }
Best regards,