• Resolved mintdave

    (@mintdave)


    Hi,

    I would like to change the paragraph settings for regular body text, so that there is a bigger space between paragraphs when i hit ‘enter’, when typing up a page or post.

    Is there a Dashboard setting, or custom css, that would allow me to increase the spacing between paragraphs? Thanks!

    biblicalmedia.com / Virtue ‘free’

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey,
    You can add this css:

    p {
        margin-bottom:25px;
    }

    Kadence Themes

    Thread Starter mintdave

    (@mintdave)

    Great – thank you!

    1. Related to that, what css code would I use to increase the space between post/page content and the sidebar (to give it more padding).

    2. Also, same question about increasing the space between the post details (author/category/# of comments) and the body text?

    Thanks!

    1.

    @media (min-width: 992px){
        .main.col-lg-9 {padding-right:60px}
    }

    2.

    .subhead {
      margin-bottom: 20px;
    }

    Kadence Themes

    Thread Starter mintdave

    (@mintdave)

    Thanks!

    Thread Starter mintdave

    (@mintdave)

    .

    Having the same problem: would like to leave a line space betweeen paragraphs in the body text of posts / pages.

    I inserted the above code in the ‘advanced’ section of the theme options dashboard.

    p {
        margin-bottom:25px;
    }

    but no joy. I even changed 25px to 100px to see if that made a difference, but it hasn’t done anything.

    My site is: http://www.teabreakproject.com/who/

    Any suggestions…?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘bigger spaces between paragraphs’ is closed to new replies.