Results 1 to 3 of 3

Thread: Wordpress annoying line spacing differentiation

  1. #1
    edb
    edb is offline Hello World
    Join Date
    Feb 2011
    Posts
    2

    Default Wordpress annoying line spacing differentiation

    Hi Wordpress Tavern,

    A question for the great and the good: is it possible to set the spacing between lines on Wordpress?
    At the moment my line spacing is different if there is a continuous running piece of writing like this sentence.

    but if there is carriage return in the middle of the line (like here)
    then the spacing on my blog is different.

    Please see this example post on my blog if this isn't making sense

    Thanks in advance,

    Ed

  2. #2
    andreasnrb's Avatar
    andreasnrb is offline Kegger
    Join Date
    Jun 2009
    Posts
    595

    Default

    When you press enter you create a new paragraph of text. There is suppose to be distance between paragraphs.
    You can probably change the distance(padding, margin) in the stylesheet of your theme.
    alter .post_content p in style.css. change value on the right of padding-top and padding-bottom to change the distance between paragraphs.

    If you want to remain in the same paragraph but continue writing on a new line you press shift-enter.

  3. #3
    edb
    edb is offline Hello World
    Join Date
    Feb 2011
    Posts
    2

    Default

    I didn't know about that shift enter thing. Thanks. Problem solved!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •