RealBroChris Member Licensed customer Jun 29, 2021 #1 How can I make the post font bigger, mainly in mobile view?
P Paul B XenForo moderator Staff member Licensed customer Jun 29, 2021 #2 Add this to the extra.less template: Less: @media (max-width: @xf-responsiveMedium) { .message-body { font-size: 20px; } } Adjust the break point (wide, medium, narrow) and size to suit. Upvote 0 Downvote
Add this to the extra.less template: Less: @media (max-width: @xf-responsiveMedium) { .message-body { font-size: 20px; } } Adjust the break point (wide, medium, narrow) and size to suit.