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

Question

Question

How can I target a radio button field in table to make it smaller?

asked on December 10, 2021 Show version history

I need more space in a table and there is one radio button field that is taking up too much space.  Can I target it using CSS or JavaScript to make it smaller?

This shows just a few of the fields but gives you an idea of how messy it is showing up.  I don't want the column to be any wider.  My comments boxes are already too narrow and the form is already a fixed width of 1650.

Thanks for any tips you can share!!

0 0

Answer

SELECTED ANSWER
replied on December 11, 2021

Connie,

I sometimes use this technique....try adding a classname to your radio button field called 'statusButtons' and this way the CSS will affect every row....now try adding this to your CSS:

.statusButtons label{font-size:10px !important;}

You can play around with the font-size.

 

Rick

1 0
replied on December 13, 2021

Awesome!  Thanks!

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.