I have radio buttons and checkboxes with each label on the right.
I want to format the label with the left margin: 10px; have remote control radio / control.
input[type="checkbox"], input[type="radio"] label { margin-left:10px; }
This css somehow moves the whole control + 10px label to the right ...
I just need the left margin on the shortcut.
What do I need to change in my selector?
source share