• I don’t need help I just noticed some comments that I couldn’t reply to with an answer. If anyone wants horizontal radio buttons then use this:

    .value{
    	display: flex;
    	overflow: hidden;
    }
    
    .reset_variations{
    	margin-left:10px;
    }

    The reset_variations edit is to push the “clear” button to the right a little so it doesn’t hug the last radio button.

  • The topic ‘Horizontal Radio Buttons’ is closed to new replies.