I've just tested and that's the code that manages the amount of items displayed on a single line.Quote:
Thanks but not working for me.Changing it does not make any difference.
If I put a '4' I get the same display error as your picture. Since is trying to show 4 items but they won't fit in the current space, so it shows 3 and the next is displayed on the next line.
Keep in mind that the code
Code:
if ($m % 3 === 0)
Note: I'm talking about the 'user module', since I've removed all the 'admin' stuff, 'cause I find it better to edit the items directly on the DB.