[Fixed] Thread Titles Too Long Cause "..."

Is there anyway to make the thread split into two lines or something. A lot of my titles have "..." in them so people don't know what the thread is.

#533182

You can add this to the bottom of the stylesheet (ipb_styles.css), should make it so topic titles will no longer wrap.

.topiclist li strong {
white-space: normal;
overflow: hidden;
text-overflow: none;
}

#533186

I will try this when i get home :) Thanks Timan.

#533190

it fixed it but the portal titles are still the same.

#533262

#portal_articles .postlist dt {
white-space: normal;
overflow: hidden;
text-overflow: none;
}

Might do it, I haven't tested it though

#533265

that worked perfectly... now i just need to fix the youtube problem... not locking the screen width.

#533268

Alright, lets try this then,

object {
width: 100%;
max-width: 460px;
max-height: 240px;
}

#533273

timan,

still the same thing...

#533286

Can you post a link to where this is happening?

#533287

Hmm, how are you adding youtube videos to your posts? I'm not able to load the youtube video at all when I go there (on the iphone). It should show up with a gray box and a play arrow.

#533291

yea its the same thing that i get. I just get the blue "?" which makes everything skew... I cant figure out a way to enable youtube videos on the ipb forum to the phone. Do you know how to do that?

#533293

Hmm yea seems to be happening on my dev forum aswell. I even tried adding a new bbcode but it won't let me, says use . I'll have to look more into this.

#533295

thanks, you're the man!

#533297