Facebook Like Button Comment Box Partially Hidden

I am having problems with a facebook like button. My code for pinit and like button work, the facebook like just does not display correctly. Upon clicking the like button the comment box that comes up get partialy hidden by the right hand column and also gets cut off along the bottom. if you click in the comment box, you are able to type and use the tab key to get to the submit or close buttons.

The point that it is cuttoff along the bottom looks like wear a configurable product info starts on products that have a configurable product.

I have tested the code in a block on the right column and the Facebook Like comment box comes up correctly.

I am running Cs-cart ver 2.1.1

Here is the code I have used in the /skin/myskin/customer/blocks/product_template/default_template.tpl ( just enough to see were I put the code). I have tried to add a z-index of 99 to try to push it up to the top, but this must not affect the comment box that is created.

<br />
<div class="product-info"><br />
<br />
  {**********start  add pinit and FB button **********}<br />
<a href="//www.pinterest.com/pin/create/button/?url={$config.current_location}{$seo_url.href}&media={$config.http_location}{$product.main_pair.icon.image_path}&description={$page_title}" data-pin-do="buttonPin" data-pin-config="beside"><img src="upload://9VA9PxQIPzY9DrBBpaDJVOmSiYT.png"></a><br />
<br />
<span class='st_fblike_hcount' style='position: relative; left: 20px; top: 0px; z-index: 99;' displayText='Facebook Like'></span><br />
  {**********end  add pinit and FB button **********}<br />
<br />
   <h1 class="mainbox-title">{$product.product|unescape}</h1><br />
   {assign var="rating" value="rating_`$obj_id`"}{$smarty.capture.$rating}<br />
   {assign var="sku" value="sku_$obj_id"}{$smarty.capture.$sku}<br />

```<br />
<br />
Here is a sample page with the problem   [url="http://www.jdneedleart.com/basketball-14-quilt-blocks.html"]http://www.jdneedleart.com/basketball-14-quilt-blocks.html[/url]<br />
<br />
Thanks for any help.<br />
David DeWitt

After some more tinkering with it. I found that if I move the button above the product image, then the complete comment can show. As long as company likes the new placement, then I'm good. If not I'll have to work on this more.



I'm guess some how the side columns are place higher (kinda like z-index) than the center column.



Dave