Dear all!
How it is possible to change the width of fields in registration and filter macros?
I would really love to make more information visible. To illustrate my question please see the following screenshot.
It should be somehow possible using the parameter input via CSS
I tried out using width: 1000px; but it seems that there is a limiting threshold. By using width: 10px; the form gets somehow smaller but not as small as 10px wide.
Much thanks for any hints in advance!
Stefan
Width of the element is not always controlled and set via the "width" parameter.
There are few more and the one that is important here is the
min-width:1000px;width:1000px;
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex, I had the same issue and found this response very helpful, thank you. Now the field is shown as half gray and half white. Like the gray portion seems to be the old width of the field and the new width is seems to be white. See screenshot below. Is there additional coding to make the whole filed the same color?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try setting the "max-width" as well (to the same value as other "width" properties)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.