Radio below not side by side

Hello,
i have two radiobuttons. I would like to have them below each other because i need more information next to each radiobutton. i tried this with the following css class

display: flex !important;
flex-direction: column;
gap: 0.5rem;
margin-left: 0px;

but the second radio-option has a margin. i’m not sure how to get rid of this margin.

greetings,
mandi

Hello Mandi, thanks for your feedback,

Adding a CSS Class in your case is not necessary. Instead of that, you can use the 3 properties as underlined in the screenshot below:

Best regards.

works perfect, thanks

1 Like