By Wasim Ahmed on Wednesday, 23 May 2018
Posted in General
Replies 6
Likes 0
Views 820
Votes 0
I have trying to search the forum for this answer but I keep coming across, 'it is not possible' answer. So wanted to start yet another post to confirm this before I go deeper with Easyblog.

Is there no possible way to increase line spacing of my blogs? The current line spacing is just not suitable for blogging. This seems like a basic feature not to be included.
Hi Wasim,

Can you provide me the url of one of your blog page and a screenshot of where you would like to increase the line height?
·
Wednesday, 23 May 2018 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is one of the URL:
https://www.symmcom.com/blog/loosing-sleep-over-website-security-part-2

I would like to be able to adjust line spacing throughout the article for paragraphs.
·
Wednesday, 23 May 2018 20:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Wasim,

If you are referring to the space after a paragraph ends, I have provided the custom css codes below which you can use to change them.

From the console inspector, they are currently using this amount of space: p tag, Block's margin-bottom

body #eb p {
margin: 0 0 1.3rem 0;
}

#eb .eb-entry-article .ebd-block {
margin-bottom: 10px;
}
The values provided are the current value. The custom css for p tags will only affect EasyBlog pages.
·
Thursday, 24 May 2018 10:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I was not referring the spacing after a paragraph ends, but the spacing within paragraph itself.
·
Monday, 28 May 2018 04:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Wasim,

If you are referring to this(http://take.ms/uj8y1), then can you provide me access to your backend so I can investigate further?

By default, the line height is controlled by the site template.

However, I notice the line height being injected into your text blocks(http://take.ms/kxkGj), which is not the case in my local instance(http://take.ms/ushz8).
·
Monday, 28 May 2018 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post