Hi. I would like to increase the width of the form so that the entire name is displayed. I am sending a photo of this form in the attachment. Please quickly change the width of the form.
.am-adv-select__item-label { white-space: normal !important; /* Allows text to wrap onto the next line */ word-wrap: break-word !important; /* Break long words and move them to the next line if necessary */ overflow: visible !important; /* Ensure the content is fully displayed */ text-overflow: clip !important; /* Disable ellipsis */ }
Attached files: szerokość formularza.jpg
Hello Piotr,
Thank you for reaching out to us.
What is the URL of the page with the booking form?
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Nowa karta (vision-optyk.pl)
https://www.vision-optyk.pl/kontakt
Hello Piotr,
Try this CSS:
.am-adv-select__item-label {
white-space: normal !important; /* Allows text to wrap onto the next line */
word-wrap: break-word !important; /* Break long words and move them to the next line if necessary */
overflow: visible !important; /* Ensure the content is fully displayed */
text-overflow: clip !important; /* Disable ellipsis */
}
Let me know if that works for you.
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables