Hi,
from the screenshot above, I need to move the value field closer to that of the currency one. The currency's size must not change. How can I do this please?
Regards,
Hi,
from the screenshot above, I need to move the value field closer to that of the currency one. The currency's size must not change. How can I do this please?
Regards,
Hi,
On your drop-down settings, set the size to extra large. This will cause the drop down list to span the entirety of the column width. Then you can adjust the column width percentage until it is exactly where you want it.
Starting:
Select Field Options
Set Field Width
Now it appears like this:
Now you can set a percentage in the table settings for your columns:
And it will look like this:
Thank you Mr.Jensen and Mr.Anderson. I am doing my maximum to use the minimum of Css. If there is a solution without using Css ill prefer opt to this one.
I tried to edit the fields options and it worked. Thank you all.
That is a table right?
I don't know of an elegant way to do this. I used css to improve the ugly table formatting. It takes some trial and error to get the numbers right. The element #q1 has to be slightly wider than the field. 3px difference seems to work well for me.
/*Field Formatting*/ #q1 {width:100px!important;} [id^="Field1"] {width:97px!important;}