I use like and send plugin on bottom of my site. But, when click send button, popup window opens down and does not shown full. How can I make popup opens to above? but not change like and send buttons positions. To change only positions of popup.
Share
So you have to add some
negative marginfrom left to move the widget popup box to left till it comes invisible area. You can use this in your css:You will need to add some margin-bottom to parent div where the buttons appear so it will force the popup box appear to a bit left and is completely visible…
Here is a link to similar question:
Facebook Like Widget on Fan page, Comment area out of visible area
Hope this helps.