Change Space Between Radio Button and Text To change the space between the radio buttons in your form just add this to css: input [type="radio"] { margin-right:20px; } Replace “20” with the number of pixel that you want.