Horizontally centering radio button options
When using the Visual Studio Designer, if I add a poll with radio questions, the options are not centered horizontally with the radio buttons. How do we go about fixing this issue. The themes don't seem to offer a way to style the radio buttons, so what other options do we have?
0
Comments
This can happen if your product's style sheet is somehow influencing all radio buttons regardless of if they're in the product or in Pendo. We fix this with a custom code block to specify the Pendo CSS class for radio buttons, and make vertical-align: center !important the rule.
Please sign in to leave a comment.