Hey there,
I'm struggling to resolve a conflict so I can set my field width correctly. Regardless of what I am trying to replace, the max-width attribute of .large-field is always being overwritten.
I have a text field and I am referencing this in the CSS style field:
Just to validate, I've also set these controls in the space CSS as follows (which you can see in the snap below):
However, with the above in mind, when I render the form, the max-width attribute is not being set correctly. When I inspect the rendered page and field, I see the following:
Any thoughts on how I can properly get max-width to update to my required 700px?
You can just add !important to your styles
max-width:700px !important;width:100%;background-color:#F4F5F7;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Medved _ConfiForms_
Is it also possible to have a bigger field in general? I managed to adjust the width but my goal is that in a longer text you can see your hole input or at least a bigger part of it. Is it somehow possible to adjust the field in the height? so when the width is reached then it goes a line down or something like that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can apply whatever CSS styles you find appropriate... font-size, for example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.