customize fields with id
-
Hi,
Please let me know what i’m doing wrong, I create id:small-1 to have smaller width and height fields for a specific form.
My form:
[text* votre-prenom id:small-1 placeholder “Votre Prénom svp”][text* votre-nom id:small-1 placeholder “Votre Nom svp”][email* votre-email id:small-1 placeholder “Votre Email”][tel* Telephone id:small-1 placeholder “Votre Téléphone”][submit id:small-1 “Envoyer”]my CSS :
#id:small-1
{
width: 60%;
height: 60%;
}Thank you for help.
Jean
- The topic ‘customize fields with id’ is closed to new replies.