Title: Comment Spacing
Last modified: August 18, 2016

---

# Comment Spacing

 *  [cybernautm71](https://wordpress.org/support/users/cybernautm71/)
 * (@cybernautm71)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/)
 * On my new WordPress blog (recently ported from MovableType).. I find I have a
   very “squished” look on my comments section. The first comment on a post (when
   there are multiple comments).. and the first entry field for the name when you
   are entering comments.. is jammed up tight against the heading.. instead of under
   it, as it is supposed to be.
    I’m new to coding.. very very new to it.. and this
   seems so different from MT.. could anyone give me any simple ideas on how to 
   put in a space? my weblog addy is [http://www.myowncommotion.org/wordpress/](http://www.myowncommotion.org/wordpress/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/comment-spacing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/comment-spacing/page/2/?output_format=md)

 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70122)
 * I think you probably just need some  in there somewhere. Play around in wp-comments.
   php and see if you can locate the right text and then put that in and see if 
   it helps. Just do one at a time so you can remember where it was and erase them
   if it isn’t right. (maybe copy and make a backup first, just in case! 🙂
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70124)
 * OMG what kind of idea is that ??????. Please. Style the CSS.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70126)
 * Cybernaut – you’ve got no comment styling in there at all.
    Check what came with
   the default install.
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70130)
 * Well maybe I am just stupid, but in all of my installs and most installs I have
   looked at there is a  after the H2 for Leave a comment, then it says Line and
   paragraph breaks blah blah… and as you can see on his page, it doesn’t say that,
   so he appears to have also deleted the p which would give him a break after Leave
   a comment, which is what seems to be what he needs. To me anyway. *shrug*
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70131)
 * Yeah – the guys who did some of the fancy styles in the style sheet comp kind
   of skipped on some of the details.
 *  [oriecat](https://wordpress.org/support/users/oriecat/)
 * (@oriecat)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70138)
 * Ok, I can understand that using a p isn’t right, since there is no paragraph 
   of info going into it, like in my examples. (Then how about a `?) How do you 
   style something in a way so that it breaks after it, or do you style the thing
   after so it breaks before? I don’t mean to be a retard, I really do want to understand
   this better.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70143)
 * Well what we do not want to do is find the comments page and start adding anything
   to it _at all_. Comments selectors are already in the CSS file. All we need do
   is add a top margin or some padding / fancy borders / whatever, in there. We 
   do not want to be hand coding br tags all over the place.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70144)
 * To be exact in #feedback.
 *  [serendipity](https://wordpress.org/support/users/serendipity/)
 * (@serendipity)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70145)
 * You’ve got other problems, too.
    [on this post & comments](http://www.myowncommotion.org/wordpress/index.php?p=135)
   the page says it’s utf-8, but in the main story are all non-unicode characters;
   in the comments they’re apostrophes. How do you generate your posts?
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70146)
 * I beg your pardon. The proper selector for the CSS is h2 # comments. Incidentally
   the comments are now in lists for our added convenience. It is just basic list
   styling.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70147)
 * Houston we have a problem. Cybernaut can you confirm you are fitted with WP 1.2
   please.
 *  Thread Starter [cybernautm71](https://wordpress.org/support/users/cybernautm71/)
 * (@cybernautm71)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70148)
 * As far as I know I have the most recent edition of WP. As I am a severe newbie
   a friend of mine uploaded it… I’ll ocnfess to being the one that butchered the
   comments code. I thought it was a glitch having all that exposed code, so I deleted
   it 🙁
    I fear I have mangled everything. I am hoping I don’t have to ask her 
   to totally reinstall, though 🙁
 *  Thread Starter [cybernautm71](https://wordpress.org/support/users/cybernautm71/)
 * (@cybernautm71)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70149)
 * Btw, thanks for all the answers so far.
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70156)
 * Ah. You’ve fessed up now. Thats good. Welcome to CSS.
 *  Thread Starter [cybernautm71](https://wordpress.org/support/users/cybernautm71/)
 * (@cybernautm71)
 * [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/#post-70162)
 * Up until the newest post, all the previous posts were in my MovableType blog.
   All of the errors with the apostrophes and such, are something that happened 
   in the port over.
    So, there is no simple easy fix to this comment question, 
   right? I’ve added the break tags, and nada… I haven’t the foggiest clue how or
   where to add any buffer or margin tags… Are the wordpress comments supposed to
   have all of that exposed code look, like it did when it was default? What is 
   the purpose of it? All I wanted was a nice clean design, which is why I stupidely
   deleted it 🙁

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/comment-spacing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/comment-spacing/page/2/?output_format=md)

The topic ‘Comment Spacing’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 17 replies
 * 5 participants
 * Last reply from: [cybernautm71](https://wordpress.org/support/users/cybernautm71/)
 * Last activity: [21 years, 9 months ago](https://wordpress.org/support/topic/comment-spacing/page/2/#post-70166)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
