Title: Twenty Eleven: comment alignment problems
Last modified: August 31, 2016

---

# Twenty Eleven: comment alignment problems

 *  Resolved [GRAVELBIKEcom](https://wordpress.org/support/users/gravelbikecom/)
 * (@gravelbikecom)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/twenty-eleven-comment-alignment-problems/)
 * Greetings,
 * I’ve created a child theme based on twenty eleven, and am having difficulties
   aligning the comment author name and date. An example of this can be seen here:
   
   [](http://www.gravelbike.com/?p=5655#comments)
 * I want to align the author’s name and the date with the comment text/body. It
   doesn’t appear to be as simple as adding align-text attributes, so I’m stumped.
 * I did make changes to the sizes of margins, primary, content, and secondary (
   see below), so I’m wondering if there’s a potential conflict there.
 * Thanks!
 *     ```
       .entry-title {
       	text-align: left;
       	clear: both;
       	color: #222;
       	font-size: 26px;
       	font-weight: bold;
       	line-height: 1.5em;
       	padding-bottom: .3em;
       	padding-top: 15px;
       }
   
       .entry-title,
       .entry-header .entry-meta {
       	text-align: left;
       }
   
       .comment-content p {
       	text-align: left;
       }
   
       body {
       	padding: 0 1em;
       }
       #page {
       	margin: 2em auto;
       	max-width: 1100px;
       }
       #branding hgroup {
       	margin: 0 7.6%;
       }
       #access div {
       	margin: 0 7.6%;
       }
       #primary {
       	float: left;
       	margin: 0 -33.9% 0 0;
       	width: 100%;
       }
       #content {
       	margin: 0 34% 0 2.5%;
       	width: 62%;
       }
       #secondary {
       	float: right;
       	margin-right: 2.5%;
       	width: 27%;
       }
       ```
   

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

 *  Thread Starter [GRAVELBIKEcom](https://wordpress.org/support/users/gravelbikecom/)
 * (@gravelbikecom)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/twenty-eleven-comment-alignment-problems/#post-7113209)
 * Sorry,
 * Link to my site is here:
    [http://www.gravelbike.com/?p=5655#comments](http://www.gravelbike.com/?p=5655#comments)
 *  Thread Starter [GRAVELBIKEcom](https://wordpress.org/support/users/gravelbikecom/)
 * (@gravelbikecom)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/twenty-eleven-comment-alignment-problems/#post-7113212)
 * Fixed it with:
 *     ```
       .entry-title {
       	text-align: left;
       }
   
       .entry-title,
       .entry-header .entry-meta {
       	text-align: left;
       }
   
       .comment-content p {
       	text-align: left;
       }
   
       .comment-meta {
       	text-align: left;
       }
   
       #comments-title {
       	text-align: left;
       ```
   

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

The topic ‘Twenty Eleven: comment alignment problems’ is closed to new replies.

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [comment](https://wordpress.org/support/topic-tag/comment/)
 * [space](https://wordpress.org/support/topic-tag/space/)
 * [title](https://wordpress.org/support/topic-tag/title/)
 * [twenty eleven](https://wordpress.org/support/topic-tag/twenty-eleven/)

 * 2 replies
 * 1 participant
 * Last reply from: [GRAVELBIKEcom](https://wordpress.org/support/users/gravelbikecom/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/twenty-eleven-comment-alignment-problems/#post-7113212)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
