Forums

the width of a field

Pkoll 09 Apr, 2024
Hello Max,

In chronoforms 7 you can change the width of a field. How can I do that in chronoforms 8.

Please help

Greetings Paul
Max_admin 11 Apr, 2024
Hi Paul

What are you trying to do ? multiple fields on the same row or custom field width ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Pkoll 11 Apr, 2024
Hello Max,

I tried both, but I didn't succeed. Can you give a solution.

In CF7 it wasn't a problem.

Paul
Max_admin 12 Apr, 2024
Answer
For multi field per row you can use the "Multi field" area

For custom width you can use the "Field class" behavior in the field settings, add your own custom class (example: tight_field), then use the CSS view to style that class:

.tight_field{
max-width:50%;
}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Pkoll 12 Apr, 2024
1 Likes
Hello Max,

I used 'width:50%' but max-width is the solution. Thanks it works!

Greetings

Paul
You need to login to be able to post a reply.