Spartan Well-known member Mar 15, 2021 #1 there is too much empty space on my forum list page. I'd like it to look like it is here on xenforo. I'd also like to increase the font size in a thread without affecting the font sizes elsewhere.
there is too much empty space on my forum list page. I'd like it to look like it is here on xenforo. I'd also like to increase the font size in a thread without affecting the font sizes elsewhere.
l3ta Well-known member Mar 15, 2021 #2 To increase font size in thread, put the following code in extra.less: Thread font size: .message-body {font-size: 20px;} Quote font size: .bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content {font-size: 20px;} Upvote 0 Downvote
To increase font size in thread, put the following code in extra.less: Thread font size: .message-body {font-size: 20px;} Quote font size: .bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content {font-size: 20px;}