Comments on Code FAQ All Comments

hiya!! I got the Autumnal CSS and I have ONE quick q!! My username is REALLY long and it spills into another line on desktop which doesn't look very good :'> is there a way for me to alter the font size of my username since changing the body & button fonts won't work? I haven't altered the body header because I'm p sure my username is considered to be part of the sidebar!
apologies if this is a rly easy question to answer! I looked around and haven't rly found any answers for my issue!

image.png?width=301&height=489

Hey there! If you add the following snippet of code at the bottom of your CSS, it should allow you to change the font size to whatever you wish! The default is 16pt, so you may want to try 15pt or 14pt to see if that fits better. Any issues let me know.

.side-nav .display-user-username {

font-size:16pt !important;

}

YAAAAY IT WORKS PERFECTLY, thank you so much for your help :'D!! And ofc thank u for the beautiful CSS!!