akhilaniyan Active member Oct 4, 2015 #1 Hi. Please tell me how can I increase the line space of threads and posts content? Thanks.
Amaury Well-known member Oct 4, 2015 #2 You'll need to be more specific as to what you're referring to. Upvote 0 Downvote
akhilaniyan Active member Oct 4, 2015 #3 Amaury said: You'll need to be more specific as to what you're referring to. Click to expand... Thanks for the reply. I need to increase the space between lines. Upvote 0 Downvote
Amaury said: You'll need to be more specific as to what you're referring to. Click to expand... Thanks for the reply. I need to increase the space between lines.
P Paul B XenForo moderator Staff member Oct 4, 2015 #4 Change the line height for the messageText class in EXTRA.css. Upvote 0 Downvote
rafass Well-known member Oct 4, 2015 #5 Add this in your EXTRA.css: Rich (BB code): .messageText { line-height: 2; } originally the value is 1.4, just change it to suit, you can use decimals ie: 1.8 if doesn't work add !important like: Rich (BB code): .messageText { line-height: 1.8 !important; } Result: Upvote 0 Downvote
Add this in your EXTRA.css: Rich (BB code): .messageText { line-height: 2; } originally the value is 1.4, just change it to suit, you can use decimals ie: 1.8 if doesn't work add !important like: Rich (BB code): .messageText { line-height: 1.8 !important; } Result:
akhilaniyan Active member Oct 4, 2015 #6 @rafass Thank you so much! It worked! 2.5 looks fine to me I really appreciate your helping attitude! Upvote 0 Downvote
@rafass Thank you so much! It worked! 2.5 looks fine to me I really appreciate your helping attitude!
rafass Well-known member Oct 4, 2015 #8 akhilaniyan said: @rafass Thank you so much! It worked! 2.5 looks fine to me I really appreciate your helping attitude! Click to expand... You're welcome Upvote 0 Downvote
akhilaniyan said: @rafass Thank you so much! It worked! 2.5 looks fine to me I really appreciate your helping attitude! Click to expand... You're welcome
akhilaniyan Active member Oct 8, 2015 #9 Hi. Is it possible to increase the line height in the post and thread editor while composing message? Thanks. Upvote 0 Downvote
Hi. Is it possible to increase the line height in the post and thread editor while composing message? Thanks.