Saltar navegación

[Resuelto] Checkbox field creates mobile issue

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 hace 5 años, 5 meses. 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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por lilianS-2 hace 5 años, 5 meses.

Asistido por: Minesh.

Autor
Mensajes
#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: enlace oculto

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

Idiomas: Inglés (English )

Zona horaria: 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!