• Resolved richardsonracing

    (@richardsonracing)


    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

    (@topdevs)

    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

    (@richardsonracing)

    Hi

    If you could let me know the issue I will be thankful.

    https://richardsonracing.co.uk/

    Kind regards,

    Plugin Author topdevs.net

    (@topdevs)

    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.