single space

  • Unknown's avatar

    How do I make blog single space?

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

  • Unknown's avatar

    Hi there, looking at http://bettykerssgroezinger.com/, the lines are pretty much single space. Are you perhaps talking about the paragraph spacing? If not, can you be a bit more specific on where you want to reduce the spacing?

    If you are talking about spacing between paragraphs, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and adjust the 24px bottom margin value.

    #content p, #content ul, #content ol, #content dd, #content pre, #content hr {
        margin-bottom: 24px;
    }
  • The topic ‘single space’ is closed to new replies.