TheBigK
Well-known member
Several members on my board have a long username (~16 characters) and it 'cuts' in the navbar. I'm trying to change the max length from 100px to 120px by adding following to the extra.css -
I'm wondering why the changes don't reflect on the site?
HTML:
.navTab.account .navLink .accountUsername {
max-width: 120px;
}
I'm wondering why the changes don't reflect on the site?