CSS code for single spacing of text

  • Unknown's avatar

    I am not familiar with CSS code, can someone help me write the code to make text appear with single spacing? Currently it appears as double spaced. I am using Baskerville theme.

    The blog I need help with is: (visible only to logged in users)

  • Paste the following code to the WordPress CSS editor

    .post-content p, .post-content blockquote, .post-content ul, .post-content ol, .post-content address, .post-content dl, .post-content .wp-caption, .post-content pre {
         line-height: normal;
    }

    You can also change the line-height value from normal to any percentage for more fine tuning (e.g. line-height: 130%)

  • Unknown's avatar

    Thank you very much for your invaluable help.

  • Glad I helped you out.

  • The topic ‘CSS code for single spacing of text’ is closed to new replies.