Home Forums WoodMart support forum How to change the Alignment of reCaptcha

How to change the Alignment of reCaptcha

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #94454

    mbanat18
    Participant

    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.
    #94457

    mbanat18
    Participant

    also how to translate (Choose File) and (No file chosen) in the same attached picture

    #94494

    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

    #94508

    mbanat18
    Participant

    ok find it

    #94518

    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

    #94604

    mbanat18
    Participant

    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

    #94628

    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,

Viewing 7 posts - 1 through 7 (of 7 total)