• A cracking theme, but just wondering why there is no spacing between paragraphs? I have to double space them when writing the article/page.

    How do I sort this?

Viewing 1 replies (of 1 total)
  • Hey there Jue,

    How are you doing today?

    Not sure why there is no space between paragraphs in this theme but you can definitely add some with custom CSS. To do that please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://ww.wp.xz.cn/plugins/simple-custom-css

    .post p, .page p {
      margin-bottom: 20px;
    }

    This will add 20px margin below each paragraph on your posts and pages. If the code doesn’t work please keep it added and let me know so I can take a look 🙂

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Paragraph spacing’ is closed to new replies.