Hello,
How can I get the title to use the full width of the page?
Thanks
I guess "[WEBSITE]" is the prefix and the garbled text is your subject title!?
Then it seems that both elements are block elements with 100% width.
Try using an inline element for the prefix within the subject element, e.g. <span>Prefix</span>
Check your prefix appearance and CSS in ACP and the template "forumdisplay_thread".
Nevertheless your forum URL would be beneficial.
[ExiTuS]
Thanks for the replies, used <span> to inline it and that solved it.
Sorry for the hassle.