• Resolved Ddoofi

    (@ddoofi)


    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://ww.wp.xz.cn/plugins/easy-facebook-likebox/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sajid Javed

    (@sjaved)

    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

    (@sjaved)

    Do you still need help ?

    Plugin Author Sajid Javed

    (@sjaved)

    Resolved!

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

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