Title: Responsive Theme &#8211; Width???
Last modified: August 21, 2016

---

# Responsive Theme – Width???

 *  Resolved [Fixcoolyea1113](https://wordpress.org/support/users/fixcoolyea1113/)
 * (@fixcoolyea1113)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/responsive-theme-width/)
 * Hi. I have a responsive theme so whenever the browser is resized the comment-
   box goes off the page. Is there a way to set the width to 100% within the page
   container? I have tried tweaking with the plugin in the editor but had no luck.
   I’m pretty sure I need to set the width to something lik**e**** $theme_width.
   Please help!!! Anyone??**
 * [http://wordpress.org/extend/plugins/facebook-comments-plugin/](http://wordpress.org/extend/plugins/facebook-comments-plugin/)

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

 *  [springborg](https://wordpress.org/support/users/springborg/)
 * (@springborg)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/responsive-theme-width/#post-3862770)
 * I solved it like this:
 *     ```
       .fb-comments,
       .fb-comments span,
       .fb-comments iframe{
       	width:100% !important;
       }
       ```
   
 *  [udotorg](https://wordpress.org/support/users/udotorg/)
 * (@udotorg)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-theme-width/#post-3862805)
 * Big thanks springborg. This is exactly what I was looking for.

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

The topic ‘Responsive Theme – Width???’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook-comments-plugin_577794.svg)
 * [Facebook Comments](https://wordpress.org/plugins/facebook-comments-plugin/)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-comments-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-comments-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-comments-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-comments-plugin/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [udotorg](https://wordpress.org/support/users/udotorg/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/responsive-theme-width/#post-3862805)
 * Status: resolved