Hi guys,the RadioButtons are not aligned straight what should I do?please help me out.thank you
Hi Dhillan ,
adjust the container according radio button.
Or if possible then please share your oml
Thanks
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.
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