Okay
  Public Ticket #1577955
Term of condition visualization bug and translation chackout page
Closed

Comments

  • Mrisaliti started the conversation

    In checkout page i can see a visualization erron on terms of condition's row.

    How you can see in the image the checkbox is overwrite on text.

    How can i fix it?


    I also need to translate my checkout form. Can you help me?

  •  608
    WordPress replied

    Hi,

    You can provide account, password admin. I check for you.

    Translate: You can use Loco translate plugin -> Theme -> Add new language

    Thanks!

    Alex Vũ


  •   Mrisaliti replied privately
  •  608
    WordPress replied

    Hello,

    I added this style to fix it for you. 

    form.checkout .form-row input[type=checkbox] {
        min-width: auto;
    }
    .wc-terms-and-conditions {
        margin-left: 20px;
    }

    You can check the site now. Make sure to clear the cache. 

    Thank you!