• Resolved msbacademy

    (@msbacademy)


    In the loast password page, here I can see the Recaptcha box is below the “Reset Password” button. but “RESET PASSWORD” position should be at below position https://share.msbofficial.com/E0ugjbx8

    How to swipe these 2 elements’ positions? please let me know

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Danny Jones

    (@distinctivepixels)

    Hello @msbacademy

    Thanks for using our plugin.

    Although this kind of custom styling is not something we usually provide, you should be able to customize this with some simple CSS. Adding the following to your custom CSS area should help:

    #lostpasswordform .c4wp_captcha_field {
    	margin-bottom: 70px !important;
    	margin-top: 0 !important;
    }
    
    #lostpasswordform {
    	position: relative;
    }
    
    #lostpasswordform #wp-submit {
        position: absolute;
        display: block;
        top: 165px;
    }

    Which would give you this: https://i.imgur.com/dqNXhaN.png

    I hope this helps. If there is anything else do let us know, and of course if you are happy with our plugin do consider leaving a review as these can really help us.

    Kind regards, Daniel @ WP White Security

    Thread Starter msbacademy

    (@msbacademy)

    thanks a lot for your support.

    Plugin Author robertabela

    (@robert681)

    I am glad that helped @msbacademy

    Please do not forget to rate our plugin and service. These reviews really help us support the plugin.

    Thank you very much and have a great day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ReCaptcha Position Issue in Lost Password Page’ is closed to new replies.