Title: Fluid width issues
Last modified: July 10, 2017

---

# Fluid width issues

 *  Resolved [richardsonracing](https://wordpress.org/support/users/richardsonracing/)
 * (@richardsonracing)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/fluid-width-issues/)
 * Hi, It was working for a long time but a few days ago I realised that the auto
   width isn’t working correctly, despite the container size being smaller than 
   500px, it still returns 500px. Especially problematic for phones.
    Cheers

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

 *  Plugin Author [topdevs.net](https://wordpress.org/support/users/topdevs/)
 * (@topdevs)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/fluid-width-issues/#post-9318396)
 * Hi there!
 * Sorry for a long reply, the support for free plugins is not in our priority. 
   The latest plugin version should by default adapt to the width of its parent 
   container on page load.
 * If you still want to use this plugin please post a URL link to the demo, so we
   can check the issue.
 * Thanks!
 *  Thread Starter [richardsonracing](https://wordpress.org/support/users/richardsonracing/)
 * (@richardsonracing)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/fluid-width-issues/#post-9318681)
 * Hi
 * If you could let me know the issue I will be thankful.
 * [https://richardsonracing.co.uk/](https://richardsonracing.co.uk/)
 * Kind regards,
 *  Plugin Author [topdevs.net](https://wordpress.org/support/users/topdevs/)
 * (@topdevs)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/fluid-width-issues/#post-9318809)
 * You have this custom CSS added to the page:
 *     ```
       .sfp-container {
       	top:0;
       	position: absolute;
       	height:auto;
       	overflow: auto;
       }
       ```
   
 * Making container absolutely positioned you take it from the page flow and make
   it no width, so Facebook use a “0” as a container width value.
 * We understand why you have added this code to align your flex layout and make
   it even height with the left column, but you should look for another CSS hack
   in this case.

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

The topic ‘Fluid width issues’ is closed to new replies.

 * ![](https://ps.w.org/simple-facebook-plugin/assets/icon-256x256.png?rev=3476747)
 * [Simple Like Page – Fast & Privacy-Friendly Page Embeds](https://wordpress.org/plugins/simple-facebook-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-facebook-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-facebook-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-facebook-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-facebook-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-facebook-plugin/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [topdevs.net](https://wordpress.org/support/users/topdevs/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/fluid-width-issues/#post-9318809)
 * Status: resolved