loving the site but if browsing on very wide screen, the hardcoded character count on the recent threads can be somewhat weird-looking. I tinkered a bit in css and propose a lil alternative if you will. Putting the thread subject in a div instead of a span, adding a text-overflow ellipsis, hiding the overflow and setting the recent thread max length of titles to 0 for no limit. This way you can have a set one line subject that looks neat and organized, both on wide and cramped screens, with the added bonus that the server doesn't need to count the characters, the css does it all!
On wide screens, the set character count just stops mid post, with the css text-overflow, the full title could be displayed and would adapt to the window if it were smaller Explained here: https://www.w3schools.com/cssref/css3_pr...erflow.asp
KituKatu Wrote: On wide screens, the set character count just stops mid post, with the css text-overflow, the full title could be displayed and would adapt to the window if it were smaller Explained here: https://www.w3schools.com/cssref/css3_pr...erflow.asp
I know CSS, thanks tho. I'll put this on my to-do list. Thanks for your suggestion.