Anyone can tell me why this comment box is getting cut off?
http://www.bia2.com/music/unit.php
I have tried changing the doctype from html5 to earlier version, but that doesn't seem to help.
Any advice is greatly appreciated. Thanks
Here is the code I am using
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=120746444855";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-comments" data-href="http://bia2.com/music/2846" data-num-posts="10" data-width="470"></div>
</body>
</html>