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

    Hi, how can I align the form titles to the left but only for the English language on the page?

    Thanks.

    #540639

    Hi, just making sure this didn’t got lost between all the other tickets ;) Thanks.

    #540651

    Hey!

    Please add following code to Quick CSS

    html[lang="en-US"] .wpcf7 p {
        text-align: left;
    }

    Regards,
    Yigit

    #540666

    That worked but the text is still not showing correctly – http://screencast.com/t/FfSqfrMIP

    #540706

    The text in the form titles still showing as RTL instead of LTR

    #540715

    Hey!

    Please change the code to following one

    html[lang="en-US"] .wpcf7 p {
        text-align: left;
        direction: ltr;
    }

    Best regards,
    Yigit

    #540764

    Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to align form fields to the left?’ is closed to new replies.