• How do I create space between paragraphs? existing style.CSS:

    /* Text Elements */
    p {
    margin-bottom: 0px;
    }
    .entry-content p:last-child {
    margin-bottom: 0;
    }
    .entry-content .wide-content p:last-child {
    margin-bottom: 34px;
    }

    I’ve tried increasing margin-bottom, and also adding padding-bottom with no results.

    Thanks. Link to the site:

    https://paleymusicfestival.org

  • The topic ‘Theme Moka : paragraph spacing’ is closed to new replies.