Title container too short: want text overflow on two line

Hi I’ve problems with my title container in the Lightbox : it is too short and the ellipsis overflow just take place too often. How can I have my title on two lines how can I change the title container size? Thanks

Hello @ClaudeG,

Please, share some screenshot so that we can understand your query better and assist accordingly.

Thank you.

Hi, I knew that my technical skill and my english wasn’t perfect… so here is a screen capture with some explanation. This is from the lighbox view as you can see.Hope it will be clearer!!!

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.

Just perfect!!! Thanks!

You are welcome @ClaudeG,

Glad to know that your issue has been fixed.

I am closing this topic now. Feel free to create new if you need any assistance.

Regards, Pranali