By Jonathan Thompson on Sunday, 24 December 2017
Posted in Technical Issues
Replies 8
Likes 0
Views 705
Votes 0
Is there a way to do double line spacing or adjust the line spacing on the text block for blog posts? I don't see a setting for line spacing.
Unfortunately currently we do not have allow user to add line spacing at this point of time.

Is it you would like to add that line spacing for every blog post or just particular part?

If you would like to add line spacing for all the text block, I can provide block of css code to increase that line spacing in frontend.
·
Sunday, 24 December 2017 11:16
·
0 Likes
·
0 Votes
·
0 Comments
·
I would like to add the spacing to then entire text block. Can you provide the CSS and let me know where the file is (or needs to go) so I can adjust if needed?

Thanks again for your help!

Jonathan
·
Sunday, 24 December 2017 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jonathan,

I am really sorry for the delay of this reply as it is a weekend for us here. Do you mean when they are composing or during the display of the blog posts?
·
Sunday, 24 December 2017 13:00
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem. I honestly don't even expect a reply on the weekend. I consider it a bonus.

I would like a little more space between the lines during display of the blog posts.
·
Sunday, 24 December 2017 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for getting back to me on this Jonathan. Ah I see! Could you try adding the block of css codes below into the custom css section in Vanilla template?

[gist]
body #eb .eb-entry .ebd-block + .ebd-block {
margin-top: 30px;
}
[/gist]
·
Sunday, 24 December 2017 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, that looks some better. I have two blog posts that have different line spacing and I can't figure out why. I have a screenshot with the two side by side. I want the spacing to be like the one on the left titled "A Simple Approach to Investing". It appears to me the font and size settings are exactly the same on both looking at the editor - Georgia and 18. Is there something you can look at to figure out why the two would be different and advise how to format my posts in the future so they'll be like "A Simple Approach to Investing"?

I realize it is the weekend. There is no rush.

Thanks

Jonathan
·
Sunday, 24 December 2017 14:03
·
0 Likes
·
0 Votes
·
0 Comments
·
I figured out the difference. I composed in google docs and I had different line spacing apparently configured in the google docs for each document before copying and pasting. When I double line space in google docs it is preserved when I published the blog post. That is sufficient for my needs. Apologies for the hassle.

Thanks again!
·
Monday, 25 December 2017 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jonathan,

I am really sorry for the delay of this reply as it is a weekend for us here. Ah I see! Thanks for updating us on this and glad that your issues are resolved now
·
Monday, 25 December 2017 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post