Title: Comments Section Displaying Improperly
Last modified: August 21, 2016

---

# Comments Section Displaying Improperly

 *  Resolved [MiracleB2013](https://wordpress.org/support/users/miracleb2013/)
 * (@miracleb2013)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/)
 * The comment section on my site is not displaying correctly. The ‘Post Comment’
   button and the ‘Notify” boxes are not aligned at all. Is there any way I can 
   fix this? I tried toying around with the comment section of style.css but nothing
   changed.
 * My site is: [http://theillixer.com/](http://theillixer.com/). And I am using 
   a purchased theme called Grand News.
 * A view of the problem can be found here: [http://theillixer.com/yo-dot-a-winters-ration-album-review/](http://theillixer.com/yo-dot-a-winters-ration-album-review/).
   Just scroll down towards the bottom.

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [pinokio](https://wordpress.org/support/users/lapanwebsite/)
 * (@lapanwebsite)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534074)
 * What about enabling right click for start?
 *  Thread Starter [MiracleB2013](https://wordpress.org/support/users/miracleb2013/)
 * (@miracleb2013)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534076)
 * How does right click impact the comments section?
 *  [virendra930](https://wordpress.org/support/users/virendra930/)
 * (@virendra930)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534078)
 * hi MiracleB2013,
    I think LapanWebsite is talking about clear:right; property
   which u used in commets section. I think you can use clear:both in comments section..?
 *  [pinokio](https://wordpress.org/support/users/lapanwebsite/)
 * (@lapanwebsite)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534079)
 * Enable right click so we can inspect the element and see where is a problem.
 *  Thread Starter [MiracleB2013](https://wordpress.org/support/users/miracleb2013/)
 * (@miracleb2013)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534082)
 * I thought that’s what you meant. I deactivated the plug in that controls that.
   You should be free to right click now.
 *  [pinokio](https://wordpress.org/support/users/lapanwebsite/)
 * (@lapanwebsite)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534092)
 * Child theme or custom plugin for editting css, or in your theme options page 
   panel and if you have option to add custom css, add this:
 *     ```
       .form-submit {
       clear: both;
       }
   
       .comment-subscription-form {
       clear: both;
       }
       ```
   
 * Still won’t work? Than:
 *     ```
       .form-submit {
       clear: both !important;
       }
   
       .comment-subscription-form {
       clear: both !important;
       }
       ```
   
 *  Thread Starter [MiracleB2013](https://wordpress.org/support/users/miracleb2013/)
 * (@miracleb2013)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534094)
 * The second one worked! Thank you so much LapanWebsite! I really appreciate it:)!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Comments Section Displaying Improperly’ is closed to new replies.

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [display](https://wordpress.org/support/topic-tag/display/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [MiracleB2013](https://wordpress.org/support/users/miracleb2013/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/comments-section-displaying-improperly/#post-4534094)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
