Here is the solution to prevent Ja-login-moduel to break in to two rows if greeting is activated
I made two minor changes
1. I removed an extra “<span>” tag that had no ending (around line 51 in mod_ja_login.php).
2. Added a style rule inside the logout button ‘style=”float:none;”‘ (line 59 in mod_ja_login.php).
The first change didn’t make any difference but it’s better to have it removed anyway… The second change does the trick because if you look in the style sheet there’s a rule for aligning everything inside the form to the left, but i didn’t want to change the class in case it’s being used in other part of the template, so that’s why I added it in the button instead…