reCaptcha in wrong place
Hello, I read the forums on how to correct the placement of the reCaptcha form on my Register page. When I add that custom CSS it makes the reCaptcha on my User page, where you contact seller, way off to the right. You can see it at
http://farmoverstock.com/ads/nigerian-dwarf-goats/.
I added this to make the Register page adjust properly and it worked:
[/* @group RECAPTCHA STYLES */
#recaptcha_widget_div,
.g-recaptcha {
float: left;
margin-left: 135px;
padding-bottom: 20px;
}
/* @end RECAPTCHA STYLES */
Now what to do to adjust the side widget on User page? Help!