Title: Adapting width not working
Last modified: January 22, 2022

---

# Adapting width not working

 *  Resolved [kennethhede](https://wordpress.org/support/users/kennethhede/)
 * (@kennethhede)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/adapting-width-not-working/)
 * Hi!
 * I really like your plugin, but I can’t get the “adapting width” working..
 * Take a look here: [https://farsoavis.kennethhedegaard.com/](https://farsoavis.kennethhedegaard.com/)
 * Try to resize the browser window, as the sidebar width gets smaller. The width
   of the like box do not resize with it 🙁
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadapting-width-not-working%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Pat K](https://wordpress.org/support/users/blackcapdesign/)
 * (@blackcapdesign)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/adapting-width-not-working/#post-15289099)
 * Yeah this was driving me crazy. Adaptive width was working fine for me a few 
   days ago. Not sure what’s causing this. Maybe a plugin update? Try adding this
   to the custom CSS dialog in the widget:
 *     ```
       .fb-page.fb_iframe_widget span {
       	display: table-cell !important;
       	position: relative;
       	overflow: hidden;
       	padding-top: 56.25%;
       }
       .fb-page.fb_iframe_widget span iframe {
       	position: absolute;
       	top: 0;
       	left: 0;
       	width: 100%;
       	height: 100%;
       	border: 0;
       }
       ```
   
 * NOTE: if you resize the browser window, the iframe isn’t responsive BUT it will
   load properly if you refresh the page – I noticed this before the current problem
   with ‘adaptive width’.
 * Also, make sure you uncheck ‘adaptive width’ in the widget settings, set a fixed
   width value (500px or less), save. Then re-check ‘adaptive width’ & save.
 * Hope it works for you.
    pk
 *  Thread Starter [kennethhede](https://wordpress.org/support/users/kennethhede/)
 * (@kennethhede)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/adapting-width-not-working/#post-15291853)
 * Hi pk.
 * That worked!
 * Thank you so much for your help, I REALLY appreciate that!
 *  [Pat K](https://wordpress.org/support/users/blackcapdesign/)
 * (@blackcapdesign)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/adapting-width-not-working/#post-15292644)
 * Excellent! Glad it worked for you.
    pk

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

The topic ‘Adapting width not working’ is closed to new replies.

 * ![](https://ps.w.org/facebook-pagelike-widget/assets/icon-256x256.png?rev=3518584)
 * [Buttonizer - Social Media Share Buttons, Social Icons, & Social Feeds](https://wordpress.org/plugins/facebook-pagelike-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook-pagelike-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook-pagelike-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook-pagelike-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook-pagelike-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook-pagelike-widget/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Pat K](https://wordpress.org/support/users/blackcapdesign/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/adapting-width-not-working/#post-15292644)
 * Status: resolved