How to change the Alignment of reCaptcha
-
Hi Dear,
kindly how to change the alignment of the reCaptcha in the Contact Form,
i want this to be from (Right to Left)
find the attached picture
Attachments:
You must be
logged in to view attached files.
also how to translate (Choose File) and (No file chosen) in the same attached picture
Hello,
Please provide page URL to see if it possible to move with CSS. As for the translation, the translation depends on the system language and not translated at all.
Best Regards
Hello,
You want to move the capture from right to left, however, it is in the left http://prntscr.com/lruwjs
Please clarify
Best Regards
yes in the english language its ok
BUT in the Arabic NOT Ok
see please
https://www.afkarstore.com/%D8%A7%D9%84%D8%A7%D8%AA%D8%B5%D8%A7%D9%84-%D8%A8%D9%86%D8%A7/?lang=ar
kindly check this link
i want it to be from (Right to left) in the (Arabic) language
Hello,
It is not possible to apply CSS only to one language.
Add this custom to the page Settings of the Arabic http://prntscr.com/ls319b
.wpcf7-recaptcha{
float: right!important;
width: 304px!important;
height: 78px!important;
}
.wpcf7-form p{
display:block;
clear:both;
}
If it does not work, add it to the Theme Settings > Custom CSS > Global
Best Regards,