The best way I could describe what I want is with this picture:
How do I make it so the text aligns wi
This worked for me
input[type=radio] { float: left; display: block; margin-top: 4px; } label { margin-left: 15px; display: block; }