Comment Spacing

Homepage Community Forums Optimal Theme Support Comment Spacing

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2998
    Susan
    Customer

      Hi Wes,

      Can you tell me where I can change the comment spacing/padding?

      It is too big a space from one paragraph to the next. For example:

      http://apneasleepdisorders.com/more-natural-energy-review-reduce-fatigue-supplement/

      Thanks

      #3001
      Wes
      Moderator

        If you look around line 654 in your style.css file…or if you search for – “#inner p” you’ll see this –

        #inner p {
        margin: 0 0 20px;
        }

        You can remove that code if you want. The p tag is adding margin and padding (20px) to the bottom, which is why it’s doing that.

        #3014
        Susan
        Customer

          Thank you! Perfect! 馃檪

          #3015
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Comment Spacing’ is closed to new replies.