• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Change position from a Recaptcha

Change position from a Recaptcha 5 years 10 months ago #38252

Hi there,

A very simple question but I do'nt seem to find it;
When a recaptcha is loaded via the plugin recaptcha. How can I set it to 'align:right' because the iframe is loaded to the left side. Thanks in advance!
The administrator has disabled public write access.

Change position from a Recaptcha 5 years 1 month ago #38969

  • paul102
  • paul102's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
For anyone still searching for a solution to align the Captcha box, try this.

Go to Form Properties > CSS and Javascript > and in the CSS area add:
<style>
 
#g-recaptcha-25 > div {
margin: 0 auto;
}
 
</style>

That worked great for me.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!