Viewing 1 replies (of 1 total)
  • Damian

    (@timersys)

    Hi Lamane you have a css rule is your theme affecting the plugin.

    Look in your style.css the following line:

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    }

    And Replace it with:

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    min-width: 83px;
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘facebook no work’ is closed to new replies.