0
I’m having trouble leaving the radio button next to the text.
Only in the mobile version that is "breaking" (The text is on top and the radio buttom go to the bottom line).
I need you to stay like this:
This is my code:
<div class="row">
<div class="form-group col-md-12 col-sm-12">
<p align="center">Isso é um texto de exemplo :)</p>
<div class="radio" >
<label class="radio-inline"><input type="radio" value="Sim" name="optradio">Sim</label>
<label class="radio-inline"><input type="radio" value="Não" name="optradio">Não</label>
</div>
</div>
</div>
Look how you’re getting:
Even if I decrease the size of the radio it doesn’t stand next to the text :/
Man here they stood right next to each other even on small screens! type 120px wide... Have you made any CSS? If yes put there please
– hugocsl
I’m using the bootstrap CDN only. And here it’s not getting expensive. Like, it has to be the image way. The Radio button, then the text "Yes" and then the other radio button and the text "No" .
– Guilherme Luis