• Resolved tooladrake

    (@tooladrake)


    Bonjour, y a t’il un moyen pour changer la taille des zones de texte dans le formulaire pour les rendre plus petites ?

    Merci.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Appaloosa

    (@benoitappaloosa)

    Bonjour tooladrake,
    With just some CSS in WordPress Customizer, add just

    #gdrf_data_human, #gdrf_data_email {
    width: 50%;
    }

    Your input field width could be in percentage, like in my example, or in fixed value (px, em, rem, …).

    Thread Starter tooladrake

    (@tooladrake)

    thanks it work ^^

    by the way, if other people experience the same problem. Also add

    display : block;

    in the css code to force the field to stay below the text and not go right next to them

    Appaloosa

    (@benoitappaloosa)

    You’re right tooladrake. display: flex; works too.

    Plugin Author Jb Audras

    (@audrasjb)

    Thanks @benoitappaloosa for answering @tooladrake, you rock! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changer la longeur des zone de texte’ is closed to new replies.