Title: Aligning Problem in CSS
Last modified: August 18, 2016

---

# Aligning Problem in CSS

 *  [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/aligning-problem-in-css/)
 * [http://www.xeenat.com/2006/02/05/yay-for-psp/](http://www.xeenat.com/2006/02/05/yay-for-psp/)
 * Trying to move the numbers on the left to the right side? How do I do it?
 * `.commentlist li, #commentform input, #commentform textarea {
    font: 11px 'Verdana',
   Tahoma, Arial, Sans-Serif; margin: 15px 0 3px;  padding: 5px 10px 3px;  /*list-
   style: none;*/ }
 * I believe that’s the one that does the numbers. I tried adding `text align: right;`
   but then the whole comment thing moves to the right.
 * Any idea?
 * Any help will be greatly appreciated!

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

 *  Thread Starter [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/aligning-problem-in-css/#post-337034)
 * Basically, I’m trying to add an ordered comment list/numbers using CSS so it 
   shows on the right hand-side instead of left.
 * Anyone please?
 *  [sam_a](https://wordpress.org/support/users/sam_a/)
 * (@sam_a)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/aligning-problem-in-css/#post-337049)
 * I don’t think there’s a way to put ordered list markers on the right until CSS3.
   🙂
 * But you could use
 * `#commentlist { text-align: right;}`
 * to align all of it to the right.
 * And you could add faux markers (not numbers, though) on the right using background
   images.
 *  Thread Starter [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/aligning-problem-in-css/#post-337078)
 * Adding `#commentlist { text-align: right;}` would move everything to the right
   hand-side? But I only want to move the numbers. If possible.
 * Can’t I make like a `div.commentsomething` and then position it accordingly?
 *  Thread Starter [bk](https://wordpress.org/support/users/bk/)
 * (@bk)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/aligning-problem-in-css/#post-337097)
 * I just need to add comment numbers on the right side. Is it possible? I used `
   <?php echo $com_count++; ?>` before but since I implemented Ajax commenting, 
   I have to do it using CSS.

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

The topic ‘Aligning Problem in CSS’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 4 replies
 * 2 participants
 * Last reply from: [bk](https://wordpress.org/support/users/bk/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/aligning-problem-in-css/#post-337097)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
