Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

Title container too short: want text overflow on two line

$
0
0

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.


Viewing all articles
Browse latest Browse all 12639

Trending Articles