How to reduce space between a radio button options ?

Hello !

I work on a project where I have somewhere a radio button with three options. The problem is that the label of my first option is much smaller than the others’ one, and I don’t find a place where I can set the space between these three.

Radio button.png

Any idea of how I can reduce the first option’s space ?

Thank you for your answers (and have a nice day) !

@TiffanyB1267

Can you try the suggestions given in below link?

https://collaborate.pega.com/question/where-do-i-set-distance-between-two-radio-buttons

@ShyjuValappil Thanks for the link. Unfortunately, I had already try these solutions before.

If someone finds this post and has the same issue, here is how I resolved it :

I put into a CSS file these lines :

span.col-3 {
width: auto;
margin-right: 30px;
}

And it works !

Radio button.jpg