Align labels and rabio buttons

Kronosites 06 Dec, 2019
Hello,

I'm wondering how can I align, in one side, the labels from radio button and, on the other side, the radio buttons instead.

This is what I have using radio buttons:Align labels and rabio buttons image 1
And this is what I want:

Align labels and rabio buttons image 2


One approach is to encpasulate the label inside an <span> or something like that adding an specific class wich this css:
@media (min-width: 768px) {
.class-of-span-element {
display:block;
width:350px;
}
}
But this is an awfull way to do it.

¿Is there a way, like in Chronoforms v5, to align verticall the labels and, in other side, the buttons?

Thanks
This topic is locked and no more replies can be posted.