Title: Mobile only width selection too?
Last modified: August 22, 2016

---

# Mobile only width selection too?

 *  Resolved [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-only-width-selection-too/)
 * Hi guys,
 * Great plugin, using it for a few days now to replace Livefyre, and much prefer
   it. One question:
 * Because my theme uses centred content (no sidebars), I used the CSS section on
   your plugin to set comments box width at 50%, and that works perfectly.
 * [http://dannybrown.me/2014/12/23/customer-service-is-not-the-same-as-being-customer-centric/](http://dannybrown.me/2014/12/23/customer-service-is-not-the-same-as-being-customer-centric/)
 * However, because of this, it looks like it also does the same for people on mobile
   browsers, which makes the comment box look really squished:
 * [http://dannybrown.me/wp-content/uploads/2014/12/Screenshot_2014-12-27-10-34-31.png](http://dannybrown.me/wp-content/uploads/2014/12/Screenshot_2014-12-27-10-34-31.png)
 * Is there any CSS I can add to ensure the desktop version is 50%, but mobile remains
   at 100%?
 * Thanks!
 * [https://wordpress.org/plugins/wpdiscuz/](https://wordpress.org/plugins/wpdiscuz/)

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

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-only-width-selection-too/#post-5613917)
 * Hi dannybrown,
    Sure, just put this CSS in style.css or in custom css field. 
   Don’t forget to do CTRL+F5 to reload it before checking.
 *     ```
       @media screen and (max-width: 680px){
         .comments-area{ width: 100%!important; }
       }
       ```
   
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-only-width-selection-too/#post-5613935)
 * Perfect, I’ll try that, thank you! 🙂

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

The topic ‘Mobile only width selection too?’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

## Tags

 * [comment-box](https://wordpress.org/support/topic-tag/comment-box/)
 * [mobile browser](https://wordpress.org/support/topic-tag/mobile-browser/)

 * 2 replies
 * 2 participants
 * Last reply from: [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-only-width-selection-too/#post-5613935)
 * Status: resolved