-
lgarnicaFecha de consulta 15 de marzo de 2024, 15:27
Hola, me gustaría ajustar la lista configurable, en mi formualrio tengo dos pero en la segunda:
Información del viaje : no se como hacer que la textbox aparezca en un segundo reglón mas amplia (ancho)
En la primera que se llama información de hijos la nota fija me apaece en dos renglones y me gustaría que aparezca en uno solo.
Como pueco arreglar estas dos cosas?
Saludos
-
Afzal Jotform SupportFecha de respuesta 15 de marzo de 2024, 18:00
Hi Louissy,
Thank you for reaching out to Jotform Support. I am currently using a translation to provide assistance, but if you want to get assistance in Spanish language, we can forward your request to our Spanish Support Team, but please note that it may take longer to receive a response.
To show the text in one line, Check out the steps and screenshot below to see how to add the custom CSS to your widget:
- Click on the Wand icon to open Widget Settings.
- Open the Custom CSS tab and add the below code.
/*To show text in one line - 12948821*/
.configurable-list-field-wrapper.col5.static-field-selector {
min-width: 100% !important;
}
- Click on the Update button to save the changes.
Here's what the result will look like:
For the second widget, you can use the below CSS code:
/*To show field with full width - 12948821*/
.configurable-list-field-wrapper.col4.textarea-field-selector {
min-width: 100% !important;
}
Here's what the result will look like:
Here's the cloned version of the form that you can test.
Please give it a try and let us know how it goes.