Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Square Wheels Posted November 21, 2015 Posted November 21, 2015 How do I decrease the username size? I have a few users with long names and they don't look good wrapped. If I could decrease the font just a little, that would help.
broni Posted November 22, 2015 Posted November 22, 2015 Add line in red: Quote .cAuthorPane_author { -moz-hyphens: initial; display: block; font-size: 15px; line-height: 1.2; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis; word-wrap: initial; } Change 15px to whatever you want
Square Wheels Posted November 22, 2015 Author Posted November 22, 2015 Thank you very much, but where do I add this? I found it in postContainer, but just the reference to the class, not the css itself. Where is the css hiding?
Square Wheels Posted November 22, 2015 Author Posted November 22, 2015 I added this to my custom.css. Is this an acceptable way to manage this? It seems to have worked. .cAuthorPane_author { font-size: 15px; }
iacas Posted November 22, 2015 Posted November 22, 2015 51 minutes ago, Square Wheels said: I added this to my custom.css. Is this an acceptable way to manage this? It seems to have worked. That's where you do these kinds of things.
broni Posted November 22, 2015 Posted November 22, 2015 Yes, so you won't have to redo it after next board upgrades.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.