jflory7

Registered
Hi,

Meant to report this a while ago, so it's not specific to 1.5, but is there a way to make more characters fit for the username in the menu bar on Legendary? Right now, it's crazy short and will only fit what seems like four characters.
8e1086de7a89a41171097512e97615d2.png


Thanks!


Cheers,
- jflory7​
 
It's actually default XF behavior, they put a max-width of 100px on there.

You can add this to extra.css to set no limited:

Code:
html .navTabs .navTab.account .navLink .accountUsername {
max-width: none;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back