Text mode will wrap as soon as it reaches 100% width of the container it is in
Image mode will split the text when the image reaches 550 pixels
You can change this by opening motd.php in a text editor
Find - Line 69
- Code: Select all
$maxw = 550;
And change this to whatever you need