Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter guds

    (@guds)

    i used this now and it seems to solve:

    .fb_iframe_widget_lift{
    width: 100% !important;
    }

    But i do not know if it is the right way to do it

    Plugin Author Sayan Datta

    (@infosatech)

    Hi @guds

    But it is working fine for me. http://prntscr.com/mun0gq

    Thanks!

    Thread Starter guds

    (@guds)

    Hi Sayan!

    Yeah it was solved when i put that css code:

    .fb_iframe_widget_lift{
    width: 100% !important;
    }

    Because all the other alterations did not work

    Do you think it was the right way to solve it?

    i took it off so u can see now

    https://luizacostacachuda.com.br/fullwidth-type-post-with-inline-gallery/

    Thanks so much

    Plugin Author Sayan Datta

    (@infosatech)

    Hi @guds

    This plugin already has the CSS code for this issue of Facebook Comments System. But as you are using shortcode / template tags to show facebook comments in a custom position (not in the post) so this plugin does not add this CSS adjustment automatically.

    Like before (https://wordpress.org/support/topic/shortcodes-not-working-150/) I will implement a fix in the upcoming version. For now, use this code instead of your code:

    .fb-comments, .fb-comments span, .fb-comments span iframe[style] {
        min-width:100% !important;
        width:100% !important
    }

    You can use your code, but it would be the more right way to fix this issue.

    Thanks!

    Thread Starter guds

    (@guds)

    Thank you so much for all your time and attention!

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

The topic ‘Can not make plugin width 100%’ is closed to new replies.