Hello @ClaudeG,
Please, try adding below CSS to rtMedia > Settings > Custom CSS
tab to display full title and hide the album name after the title:
.rtm-lightbox-container .rtm-ltb-title .rtmedia-media-name {
max-width: 100%;
text-overflow: inherit;
}
.rtm-lightbox-container .rtm-ltb-title .rtmedia-album-name {
display: none;
}
I hope this will help you.
Thanks.