• bcwash

    (@bcwash)


    I noticed that when I create posts, the spacing between paragraphs isn’t actually showing up. Is there a way to fix this without having to manually input <p> between each paragraph?
    I am using the theme: Ample

    Thanks much!

Viewing 10 replies - 1 through 10 (of 10 total)
  • stephencottontail

    (@stephencottontail)

    Can you post a link to a page that shows the issue?

    Thread Starter bcwash

    (@bcwash)

    Thread Starter bcwash

    (@bcwash)

    stephencottontail

    (@stephencottontail)

    Something’s a little strange with your site: your paragraphs are wrapped in <div> tags instead of <p> tags. I noticed you have a lot of Visual Composer add-ons installed; you might want to ask the VC folks about this as well. As a quick fix, though, you could try this custom CSS (Dashboard > Appearance > Customize > Design > Custom CSS):

    .entry-content > div {
      margin-bottom: 15px;
    }
    Thread Starter bcwash

    (@bcwash)

    I added that into the custom CSS and it didn’t do anything. I will leave it in there if you would like to take a look!

    I went ahead and deactivated all the addons for Visual Composer to see if that would make a difference.

    stephencottontail

    (@stephencottontail)

    Your theme automatically converted the > to >. That’s alright, though, it should work okay without it:

    .entry-content div {
      margin-bottom: 15px;
    }
    Thread Starter bcwash

    (@bcwash)

    Okay I took out the > so that it is the same as you have above. Still looks the same.

    I did learn that if I hit shift + enter, it adds in the paragraph spacing, but it would be nice to not have to do that every time!

    Paragraphs being wrapped in <div> instead of <p> reminds me of an issue I once had. I blogged about it. Check out this link, or to save you time, the punchline is this: It’s possible that, in the editor window, the little box that normally says “Paragraph” instead says “Format” … as in it doesn’t have any formatting chosen.

    Link

    Hi,

    I’m having the same issue with my posts. There are no spaces between paragraphs or titles. I’m not quite sure what’s happening but here is a link to a page that I’m referring to. https://www.juicebeauty.com/blog/2017/01/clear-skin-in-3-easy-steps/

    If there’s anyway that anyone can help that’d be great, thanks so much!

    Hi,

    I’m having the same issue with my posts. There are no spaces between paragraphs or titles. I’m not quite sure what’s happening but here is a link to a page that I’m referring to. https://www.juicebeauty.com/blog/2017/01/clear-skin-in-3-easy-steps/

    If there’s anyway that anyone can help that’d be great, thanks so much!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘No Space Between Paragraphs!’ is closed to new replies.