Title: Width help
Last modified: August 20, 2016

---

# Width help

 *  Resolved [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [14 years ago](https://wordpress.org/support/topic/width-help/)
 * Hi
 * I’m trying to make the comments on my site float right, but I seem to be unable
   to do so.
 * I’m using Disqus.
 * This is the code I’ve placed in the CSS, which it doesn’t work:
 * **#disqus_thread {width:525px; float:right;}**
 * My site: [http://www.geimaku.com/31/05/2012/tinal-test/](http://www.geimaku.com/31/05/2012/tinal-test/)
 * Thanks.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years ago](https://wordpress.org/support/topic/width-help/#post-2801952)
 * use a tool such as Firebug for these kind of formatting issues; [http://getfirebug.com/](http://getfirebug.com/)
 * your style is ok, but this style in your child theme’s styles is limiting the`#
   content` width:
 *     ```
       #page #content {
           width: 610px !important;
       }
       ```
   
 *  Thread Starter [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [14 years ago](https://wordpress.org/support/topic/width-help/#post-2801961)
 * Hi
 * Thanks. I’ve removd that code, and the comment section looks fine now. But now
   the width of the [content area in the home page](http://www.geimaku.com/) is 
   is much bigger too.
 * How can I have a different size in the home page then?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years ago](https://wordpress.org/support/topic/width-help/#post-2801968)
 * the theme uses `body_class()` [http://codex.wordpress.org/Function_Reference/body_class](http://codex.wordpress.org/Function_Reference/body_class)–
   use those extra page specific css classes to style different pages different;
 * example:
 * the home page has the body class `.home`; to make any style specific for the 
   home page, start it with `.home` in connection with your style in style.css:
 * `.home #page #content { ... }`
 *  Thread Starter [makta112](https://wordpress.org/support/users/makta112/)
 * (@makta112)
 * [14 years ago](https://wordpress.org/support/topic/width-help/#post-2801972)
 * Awesome, thank you, alchymyth! I really appreciate your help.
 *  [mycurlymane](https://wordpress.org/support/users/mycurlymane/)
 * (@mycurlymane)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/width-help/#post-2802278)
 * I am also struggling with the width of Disqus. It is currently too far off to
   the left of my site. You can see this at [http://mycurlymane.com](http://mycurlymane.com).
 * I’m not sure how to adjust this with the 2012 version of Disqus. Any help you
   can lend is appreciated. I’m also not deeply savvy with coding and could use 
   some detailed steps.
 *  [mycurlymane](https://wordpress.org/support/users/mycurlymane/)
 * (@mycurlymane)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/width-help/#post-2802279)
 * Pasting the code above in my CSS Editor seemed to do the trick!
 * #disqus_thread {
    width:400px; margin-left:25px; margin-right:25px; margin-top:
   75px; }
 * It’s still over to the left, but muuuuch better! If I wanted to adjust further,
   do you have any tips on the numbers I should use/adjust in the code? I’m a bit
   nervous about tweaking this further.
 * Thank you!!

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

The topic ‘Width help’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [right](https://wordpress.org/support/topic-tag/right/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [mycurlymane](https://wordpress.org/support/users/mycurlymane/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/width-help/#post-2802279)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
