Sauter la navigation

[Résolu] Checkbox field creates mobile issue

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:
Checkbox field creates mobile issue

Solution:
You need to add custom CSS to resolve this issue to your form's CSS box.

You can find the proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/checkbox-field-creates-mobile-issue-2/#post-1297339

Relevant Documentation:

This support ticket is created Il y a 5 années et 5 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par lilianS-2 Il y a 5 années et 5 mois.

Assisté par: Minesh.

Auteur
Publications
#1297251

Tell us what you are trying to do?
I have a post form. On mobile view the final field (a checkbox for terms and conditions) is not responsive like the rest of the form fields. See snaggy link: lien caché

I have tried identifying what's going on with inspector but I am having a hard time.

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?

#1297339

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

I've added the following CSS to your Form's CSS box:

#i-accept .wpt-form-checkbox-label {white-space: normal;}

Can you confirm now text works just fine. 🙂

#1297349

My issue is resolved now. Thank you!