PennController for IBEX › Forums › Support › Scale with labels and before/after text in different places › Reply To: Scale with labels and before/after text in different places
August 29, 2023 at 3:40 am
#10843
Jeremy
Keymaster
Hi Yanru,
I unfortunately don’t have access to a device with Safari at the moment, so I cannot test this, but each browser decides how to render default form elements like radio buttons. One thing you could try to do is manually tweak the Y position of the Text elements, eg:
.before(newText("igen").css("transform","translateY(2.5em)")) .after(newText(" nem").css("transform","translateY(2.5em)"))
Jeremy