PennController for IBEX › Forums › Support › Add spacing between Scale options › Reply To: Add spacing between Scale options
December 1, 2020 at 3:20 pm
#6422
Jeremy
Keymaster
Hi,
I moved your question to a new topic, as its connection to the original topic (which is about the DashedAcceptability controller) was not clear
Upload a file named global_z.css to your aesthetics (css_includes) folder with the following rule:
.PennController-Scale .option { margin: 0em 1em; }
Replace .PennController-Scale with .PennController-judgment if you want the spacing to apply only to this Scale element but not to all Scale elements across the board
Jeremy