I'm having trouble leaving the radio button next to the text.
Only in the mobile version that is "breaking" (The text is above and the radio buttom goes to the bottom line).
I need you to look like this:
Here'smycode:
<divclass="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 doing:
Even if I decrease the size of the radio it is not next to the text: /