Hello,
I have radio buttons in one column in a table and I'd like to have the radio buttons centered in its cell, along with text below the button that is centered. By default, the text sits directly to the right of the radio button.
Here's currently what I have. Note that the text is slightly off center to the right (I'd like to have it perfectly centered):
and the css I have styling it:
input[type=radio] {
margin: 0;
display: block;
}
Additional info: I'm using laserfiche forms, version 9.
Thank you very much in advance!