Hello.
I want the text to stop if it's to long in the thumbs gallery. How do I do this?
Hello.
I want the text to stop if it's to long in the thumbs gallery. How do I do this?
Hey!
You can use the css ellipsis attribute: http://css-tricks.com/snippets/css/truncate-string-with-ellipsis/
Regards,
Peter
Hello, Dude.
That didn't work so good. You can see the result over at http://www.wibe-music.com
What am I doing wrong? I copied the css string and pasted it in Quick Css. Should I paste it somewhere else? Should I edit the string?
Thanks.
It's fixed
#top .portfolio-title{
font-family: 'Princess Sofia',serif !important;
font-size: 10px !important;
padding: 10px 20px;
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
This topic has been closed to new replies.