0

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

4

3 回答 3

2

将以下内容添加到您的 CSS 中:

.fb_iframe_widget iframe {
    left: 0;
}
于 2013-04-24T11:44:53.943 回答
0

您需要添加left:0

.fb_iframe_widget iframe{
   position:absolute;
   left:0;
}
于 2013-04-29T12:34:18.630 回答
0

尝试将此元素的位置更改为成为absolute而不是<style="position:relative">

于 2013-04-24T11:42:34.453 回答