Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #176026

    Can you provide a Quick CSS code to increase the spacing between paragraphs in a blog.

    I found the code for Pages, but would appreciate it for Posts.

    Thanks and great theme.

    #176133

    Hello netchoice!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    p {
    margin: 0.85em 0;
    }

    Best regards,
    Yigit

    #185744

    So if I wanted to make it look 1.5 spaced between paragraphs, what would be the code.. and this would also be for posts, not just pages

    As an aside, this is the BEST THEME and you guys keep impressing me with the support.

    • This reply was modified 10 years, 5 months ago by netchoice.
    #185774

    Hey!

    You would just change the margin for top and bottom to 1.5em. If you wanted it to be exactly 1.5 then you could do something like:

    .entry-content p {
    margin: .75em 0;
    }
    

    Best regards,
    Devin

    #194554

    Guys, I am too having problems with this. I have to say that since the latest upgrade of the Enfold theme there have been several issues like this. I used to love this theme as I am a small business and could navigate my way around enfold really easily. Now I am being told to change this and insert code here even though I have never had to insert code before.

    I have inserted the above code in the style section and it has made no difference. My posts look bad and my readership is dropping off because of this. Please help me fix it asap.

    Steve

    #194576

    Following on from this post, if I go into the text section of the post editor and add the <p>, </p> tags, the paragraphs show up. However, there were none to be seen in any of my recent posts. Why are they not automatically assigned when I hit the enter key?

    Thanks

    Steve

    #194654

    Hey!

    Can you please give us a link to your posts? Did you edit anything on the theme files?

    Regards,
    Ismael

    #195716

    Hi, sorry for the delay.

    No I haven’t edited anything. To be honest, I don’t really know how to.

    My posts are at http://inhouserecruitmentgroup.com/recruitment-blogs/

    #196003

    Hey!

    Did you try to use a line break (<br/>) instead of the enter key. It should convert to a paragraph automatically.

    Best regards,
    Peter

    #196791

    Peter, I am not a coder and really don’t want a “work around” for this problem. I purchased the Kriesi Enfold theme as it allowed me (a business person, who cannot code and doesn’t want to code) to build a relatively basic website which includes a current blog, really easily.

    When I am writing a post/blog and I press the return key, I expect a paragraph to be entered. I shouldn’t have to, (nor should anyone else) go into the text section of the post and enter <p> & </p>, <br> & </br> tags to force a paragraph. That is the bare minimum one would expect from a wysiwyg type editor such as the one in WordPress.

    I just want to know how to fix my theme so when I hit the return/enter button the <p> or <br> tags are inserted

    Thanks

    Steve

    #196900

    Hey!

    You can adjust the margin of the paragraph using this on Enfold > Styling > Quick CSS:

    .entry-content p {
    margin: .5em 0;
    }

    or use this to fully diminish the margin between paragraphs.

    .entry-content p {
    margin: .1em 0;
    }

    Cheers!
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Increase Spacing Between Paragraphs in Blog Post’ is closed to new replies.