I have following problem. I’ve integrated facebook send/like buttons to my website and when i click send, it overlaps with the underlying div.
Since I’m really no CSS guru, i would like that you point me in to a direction where i can find a solution for this problem.
Thank you
the problem is that the div with class
box-center& div with classboxhave the css propertyoverflow: hidden;so anything that’s bigger then the div when is loaded will not be shownbut the problem if you remove that is that the box above will be messed up. But that can be resolved by adding (just before closing the div):
and in css
edit: This should give you a better picture (for a bigger preview -> https://i.stack.imgur.com/nvsJW.png)