129
Views
3
Comments
RadioButtons

Hi guys,
the RadioButtons are not aligned straight what should I do?
please help me out.
thank you 

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Hi Dhillan ,

adjust the container according radio button.

Or if possible then please share your oml

Thanks


2022-06-06 09-58-43
Gourav shukla

Hi Dhillan,

          using CSS  .radio-group.inline div[data-radio-button] {    width: auto;} and Just change the width on style tab of radiobutton as 3 col ,may be it's help you.

Thanks 

2023-10-21 19-42-11
Tousif Khan
Champion

Hello

Check If any padding or margin is applied on your radio button

Check whether any inline css is applied to your radio button

If this is not the issue then

Apply these two flex properties that can help.

display: flex; align-items: center;

Also check the width of you containers in which your radio buttons are enclosed, 

Also if you can share more information like snapshot of your css on a browser by inspecting it, that would help to know your issue in a clear way.

You can also refer to these post :

I hope this will help

Best Regards

Tousif Khan


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.