Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Damian

    (@timersys)

    IT’s because a rule in your theme css that says

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

    Try changing it to :

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100%!important;
    }
    .spu-facebook .fb-like.fb_iframe_widget {
    width: 100px !important;
    }

    Thread Starter mapt-store

    (@mapt-store)

    thanks a lot!
    it worked now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Congrats Help with FB page’ is closed to new replies.