Reply To: Comment Spacing

Homepage Community Forums Optimal Theme Support Comment Spacing Reply To: Comment Spacing

#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.