Hello @momzynet
I trust you’re doing well!
I’m afraid radio fields can’t be placed horizontally out of the box. It can be done with CSS code.
Please edit the radio button and open the Styling tab, into an Additional CSS Classes field, add a custom CSS class. For example your-custom-css
https://take.ms/5Cs4u
Please use this code, replace the your-custom-css
with a CSS class that you’ve added, add it to Appearance > Customizer > Additional CSS:
.your-custom-css .forminator-radio {
float:left;
padding-right:20px;
}
And to center these options, please try:
.your-custom-css {
position: absolute;
transform: translate(50%, -50%)
}
Have a good day!
Cheers,
Nastia