Results 1 to 1 of 1

Thread: How to align the recaptcha on contact form

  1. #1
    Thread Starter
    Expired Customer samerwap's Avatar
    Join Date
    Jul 2016
    Posts
    30
    Thanks
    13
    Thanked 1 Time in 1 Post

    How to align the recaptcha on contact form

    Actually i found the solution and i want to share with who are same like me beginners ,

    The contact form was on the left and the recaptcha was shown little bit on the right and looks strange on the contact form, to fix it check the following:

    Go to Stylesheet (style.css)
    then look for recaptcha

    and change margin-left: from 140px to 0

    /* reCaptcha styles */

    .g-recaptcha {
    display: inline-block;
    margin-left: 140px;
    }


    change it to

    /* reCaptcha styles */

    .g-recaptcha {
    display: inline-block;
    margin-left: 0;
    }

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CP 3.5.5 ReCaptcha Contact Form
    By sanook in forum AdSplash
    Replies: 3
    Last Post: June 14th, 2016, 01:55 PM
  2. [MOD] reCaptcha on Contact Form
    By patrickjose in forum ClassiPress General Discussion
    Replies: 6
    Last Post: July 18th, 2013, 07:11 PM
  3. Using recaptcha on Job Roller contact form
    By acsepic in forum Report JobRoller Bugs
    Replies: 10
    Last Post: February 6th, 2013, 03:06 PM
  4. Original Recaptcha on Form Contact
    By precocerto in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: August 12th, 2011, 09:59 AM
  5. How to add the reCaptcha also to the contact form?
    By jerome281 in forum JobRoller General Discussion
    Replies: 1
    Last Post: December 29th, 2010, 12:10 AM