3 replies
  • WEB DESIGN
  • |
We Have Decided To Close This Thread To Focus Our Strengths On Other Areas. Thank You.
#blog #make #pages #posts #single #space #wordpress
  • Profile picture of the author SiteSmarty
    Change your line height from 24px to what ever you want the space between the lines to be. In your css find this code:

    Code:
    #content #col-1 .single .entry {
    
      color: #151515;
    
      font-family: Arial, Helvetica, Sans-Serif;
    
      line-height: 24px;
    
    }
    {{ DiscussionBoard.errors[2799707].message }}
    • Profile picture of the author Jeff Baxter
      Originally Posted by BillStilwell View Post

      Change your line height from 24px to what ever you want the space between the lines to be. In your css find this code:

      Code:
      #content #col-1 .single .entry {
      
        color: #151515;
      
        font-family: Arial, Helvetica, Sans-Serif;
      
        line-height: 24px;
      
      }
      Wow! Thanks! Worked like a charm. One more thing since you're here

      On this post and along with others, my titles are showing up directly underneath paragraphs even when I press enter.

      4 Miscellaneous Email Marketing Advices | JefferyBaxter.Com

      You'll notice right under the first paragraph and the others, the title is going right underneath it. Whenever I'm making the post it doesn't look like that though.

      Thanks in advance!
      {{ DiscussionBoard.errors[2800485].message }}
  • Profile picture of the author swtsubmit
    You can add this to your css at the bottom:

    Code:
    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
      margin-top: 15px;
    }
    {{ DiscussionBoard.errors[2800959].message }}

Trending Topics