Search code examples
javascriptcssfacebookfacebook-comments

Facebook comments box position


Please help,

I have recently added the facebook comments box to my site (arabic site), but the problem is that the position of the box is moving to the left ... this is an example of my site http://www.alamelnokta.com/nokate/show/100

Any idea please to fix the position of the box.

Thanks


Solution

  • Add the following to your CSS:

    .fb_iframe_widget iframe {
        left: 0;
    }