You are viewing limited content. For full access, please sign in.

Question

Question

Moving fields positions

asked on April 14, 2017

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,

0 0

Answer

SELECTED ANSWER
replied on April 14, 2017

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:

 

 

3 0

Replies

replied on April 15, 2017

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.

1 0
replied on April 14, 2017

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;}

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.