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

Question

Question

Forms inlineblock setting with Currency Fields

asked on April 23, 2015 Show version history

I have several currency fields that I'd like to display side by side.  However, when applying this, no matter what size I set the field to, it reduces the size of the field too small for the input.  Also, there is a lot of wasted space.

 

Here is the code that I am using:

#q39, #q40 {display: inline-block; width: 50%}

Here is the result:  The fields are set to "small" but are smaller than when not displayed inline.

Thanks,

0 0

Answer

APPROVED ANSWER
replied on April 23, 2015

See this post. You can try something like

#q39, #q40 {display:inline-block; width:50%;}
.cf-small {width:75%;}
1 0
replied on April 23, 2015

That works.  Thanks, Alex.

0 0

Replies

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

Sign in to reply to this post.