I've seen a couple of threads about making radio buttons horizontal but I've yet to get it to work. Can someone point me in the right direction?
Solved! Go to Solution.
That didn't work, but this did:
.mktoRadioList>label, .mktoRadioList>input {display: inline-block !important; margin-right: 1em !important;margin-left: .5em !important;}
.mktoForm input[type=radio] {float: none;}