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:
And this is what I want:

One approach is to encpasulate the label inside an <span> or something like that adding an specific class wich this css:
¿Is there a way, like in Chronoforms v5, to align verticall the labels and, in other side, the buttons?
Thanks
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:
And this is what I want:
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) {But this is an awfull way to do it.
.class-of-span-element {
display:block;
width:350px;
}
}
¿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.