PennController for IBEX › Forums › Support › Modifying size of and distance between multiple choice buttons on a scale › Reply To: Modifying size of and distance between multiple choice buttons on a scale
June 13, 2022 at 11:50 am
#8232
Keymaster
Hi Eva,
Target the label nodes (clickable) instead of the parent .option nodes:
.PennController-Scale .option label {
margin: 0em 1em;
font-size: 24px;
}
Jeremy