I actually reverted that change because it was causing problems with our thread titles not staying on one line, and I didn't want to trim titles lower than 20 (default is 30).
However, now I also want to line break the most visitors to reduce the sidebar width even more to hopefully restore the title trimming to the default 30.
I tried adding a <br />, but it made this:
Quote:
Most users ever online was 118, 9/11/2012 at 4:16 AM.
|
...look like this:
Quote:
Most users ever online was 118,
at 9/11/2012.
|
I also want to add spacing in-between.
Instead of this:
Quote:
There are currently X users online.
X members and X guests
Most users ever online was 118
9/11/2012 at 4:16 AM.
User 1, User 2, User 3
|
...it would look like this:
Quote:
There are currently X users online.
X members and X guests
Most users ever online was 118
9/11/2012 at 4:16 AM.
User 1, User 2, User 3
|
Thanks in advance.