Options
If the discussion topic is too long it doesn't wrap but gets cut off on the comments-page...
And another one...
I made the discussion-topic on the comments-pages really big. Newspaperstyle.
Now, if it's too long it gets cut off by default. (See above.)
What do I have to add to the stylesheet so that it wraps/makes multiple lines?
Thanks in advance to the CSS Guru(s) that help(s) me out! : )
#CommentsPage .ContentInfo h1
0
This discussion has been closed.
Comments
#CommentsPage .ContentInfo h1 { float:left; width:60%; overflow:visible; white-space:normal; text-align:left; }