Hi
I am trying to fix the comment box that appears after hitting Like on the Facebook button (official app).
http://d.ezenciel.com/d/blog/
There appears something on the css not allowing it to show/overlay on top of the content. Can you help me fix it?
I have tried the following code without luck:
.fb-like { z-index: 9999; }
.fbpdl { ;z-index: 9999 !important; width:500px;
overflow: visible;
}
.pam { z-index: 9999 !important; width:500px;
overflow: visible;
}
.execphpwidget
{ z-index: 9999 !important; width:500px;
overflow: visible;
}
.fb-like span { z-index: 9999 !important; width:500px !important;
overflow: visible;
}
.fb_iframe_widget span {
overflow: visible!important;
width: 450px!important;
}