XF 1.3 Full username, How?

In EXTRA.css, add this:

Code:
    .navTabs .navTab.account .navLink .accountUsername
    {
        max-width: 250px;
    }

You may need to have a play with that number. It will work fine on large screens, but it will possibly cause issues on mobile. You can add a conditional to reduce that number on smaller screens if you want to.

The end result is:

upload_2014-2-3_13-52-41.webp

Becomes:

upload_2014-2-3_13-52-58.webp
 
Top Bottom