Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Catch Everest – paragrapjh spacing #10874
    Jim McLennan
    Member

    I found the answer, thought I’d share it here for anyone else. You can adjust the paragraph spacing through the Custom CSS section of the options, with something like:

    p {
    line-height: 1.3;
    margin-bottom: 1em;
    }

    setting the height and margin to whatever you wish.

Viewing 1 post (of 1 total)