Title: Responsive width
Last modified: August 21, 2016

---

# Responsive width

 *  Resolved [Ddoofi](https://wordpress.org/support/users/ddoofi/)
 * (@ddoofi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-width-3/)
 * Hello,
 * I am wondering if you could implement using percentages for those who dont want
   to use fixed pixel widths.
 * My website is a responsive layout that changes with differing screen resolutions,
   and having a fixed pixel width breaks the layout.
 * I looked for a CSS file to edit the width of the box to be percentage based, 
   but I see there is none.
 * Thank you.
 * [https://wordpress.org/plugins/easy-facebook-likebox/](https://wordpress.org/plugins/easy-facebook-likebox/)

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

 *  Plugin Author [Sajid Javed](https://wordpress.org/support/users/sjaved/)
 * (@sjaved)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-width-3/#post-5072379)
 * Hello Ddoofi,
 * Sorry right now this like box plugin is not responsive due to some technical 
   issues.
 * However if you are comfortable in editing files. Then go to plugins/easy-facebook-
   likebox/public/assets/css folder, open up “public.css” file and add below code
   in it.
 *     ```
       /*
       This element holds injected scripts inside iframes that in
       some cases may stretch layouts. So, we're just hiding it.
       */
       #fb-root {
           display: none;
       }
   
       /* To fill the container and nothing else */
   
       .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
           width: 100% !important;
       }
       ```
   
 * Save changes and upload back to your server.
 * Soon you will have this option built-in in this plugin so stay tuned 🙂
 * Cheers!
 *  Plugin Author [Sajid Javed](https://wordpress.org/support/users/sjaved/)
 * (@sjaved)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/responsive-width-3/#post-5072496)
 * Do you still need help ?
 *  Plugin Author [Sajid Javed](https://wordpress.org/support/users/sjaved/)
 * (@sjaved)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-width-3/#post-5072517)
 * Resolved!

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

The topic ‘Responsive width’ is closed to new replies.

 * ![](https://ps.w.org/easy-facebook-likebox/assets/icon-128x128.png?rev=2476598)
 * [Easy Social Feed - Social Photos Gallery and Post Feed for WordPress](https://wordpress.org/plugins/easy-facebook-likebox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-facebook-likebox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-facebook-likebox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-facebook-likebox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-facebook-likebox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-facebook-likebox/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Sajid Javed](https://wordpress.org/support/users/sjaved/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-width-3/#post-5072517)
 * Status: resolved