Advertisement:

Author Topic: (solved) recaptcha off center twitter theme  (Read 1462 times)

cus

  • Full Member
  • ***
  • Posts: 139
(solved) recaptcha off center twitter theme
« on: February 24, 2013, 08:45:29 pm »
Can anyone assist me the alignment of my recaptcha?  Please see layout in attached link  - the text area is off center. 

http://canadausedsports.com/item/new

Many thanks,

Tim
www.canadausedsports.com

added the following code  before ReCaptcha loads

<style>
#recaptcha_response_field{left:0px !important;}
</style>
« Last Edit: March 03, 2013, 03:29:06 am by cus »

stiffe

  • Full Member
  • ***
  • Posts: 128
Re: (solved) recaptcha off center twitter theme
« Reply #1 on: March 24, 2013, 01:18:34 pm »
Thank you , Thank you Thank you!


I was close to going nuts about that crappy alignment.


Here is an other trick:


If you want your recapchabox to align correct with the other inputboxes you can change this one just before your change:


Change:


<div class="clearfix">


to


<div class="clearfix" style="margin: 0 150px">




Best regards