Need Line spacing in posts for larger font size
3 posters
Page 1 of 1
Need Line spacing in posts for larger font size
I added this to my CSS that I got from this thread: https://help.forumotion.com/t150553-posts-font-size#1037916
.postmain .post-entry .entry-content div div { font-size: 14px !important}
I changed the font to 14 and it worked great except that the lines of the text are very close together now. It doesn't space the lines according to the font size. Is there a way to have the lines have more space between them?
If I manually changed the font to 16 in my reply thread, it would space the lines better for the larger font used.
http://skillmates.forumotion.com/forum
Thank you!
.postmain .post-entry .entry-content div div { font-size: 14px !important}
I changed the font to 14 and it worked great except that the lines of the text are very close together now. It doesn't space the lines according to the font size. Is there a way to have the lines have more space between them?
If I manually changed the font to 16 in my reply thread, it would space the lines better for the larger font used.
http://skillmates.forumotion.com/forum
Thank you!
Re: Need Line spacing in posts for larger font size
Yes. Change the code you have to this.
You can change the '100px' to any height you like which either increases or decreases the space between the lines.
- Code:
.postmain .post-entry .entry-content div div { font-size: 14px !important; line-height: 100px;}
You can change the '100px' to any height you like which either increases or decreases the space between the lines.
Re: Need Line spacing in posts for larger font size
is this problem now solved ? If yes please make sure you mark it as solved by clicking on the mark as solved button and posting solved
|
Similar topics
» Header Bar Font Size and Spacing
» want to change this spacing between posts!
» Spacing in Badges/Posts - Fix
» Font Size
» I Can't Change my Font Size
» want to change this spacing between posts!
» Spacing in Badges/Posts - Fix
» Font Size
» I Can't Change my Font Size
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum