Hi Nocole,
thx for the explanation :-)
Andreas gave me this dirty hack for you:
Copy the following lines into theme.css and the labels are on the left hand side:
.yuv-form-input .fe-wrapper {
flex-flow: row-reverse;
}
.yuv-form-input .fe-wrapper>div.control {
display: grid;
}
We will sort out how we can support you here in a better manner.
Best Regards,
Martin