Seeking assistance with an issue we're experiencing.
After someone clicks 'Like' on a product page, the comment section that drops down is getting hidden behind the Twitter and Google social buttons. I've tried adjusting the overflow settings without success. Changing the height seems to fix it, but I'd prefer to have it appear over the top instead. Any insights on what might be causing this?
Below is the code related to the Facebook button:
<div class="product-link">
<iframe src="http://www.facebook.com/plugins/like.php?href=http://foscam-uk.com/indoor-ip-cameras/foscam-fi8918e-black-wired-ip-camera.html&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&appId=317980981630590"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:auto; width:450px; height:30px">" </iframe>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="FoscamUK">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script><g:plusone size="medium"></g:plusone></div>
</div>
Here's a link to a more specific product page for reference:
Thank you for your assistance.
Best regards