Question on laying out Atrribute Radiobutton list

0
I have a Horizontal style atrribute Radiobutton list, and enough room on the page to create a decent layout, but for whatever reason, it does not show any blankspace between a "text" and the next radiobuttonhole. Is there a way to make this widget have a more controlable layout?
asked
1 answers
1

You can add the following css to your custom stylesheet, modify the padding to your needs:

.RadioButtonList li.horizontal { padding-right: 20px; }
answered