Displaying radio button options inline
Is there a way to make radio buttons show inline?
Original post by Jani Partanen
-
Official comment
Answer from ShortStack Support: The following CSS should help to place those Radio Field choices side-by-side in a row:
/*Display radio field choices side by side*/
li.ss_radio_group_item{
margin-right:2.5%;
display:inline-block;
}Comment actions
Please sign in to leave a comment.
Comments
1 comment