[ad_1]
Plugin Author
WPBean
(@wpbean)
Hi,
Please give me your site URL, I will check and provide you a line of CSS code for this.
Thank You
Hi,
I am testing on localhost. Can’t see any option here for attaching the screenshot. All elements of the radio buttons are shown in a new line rather than in the same line.
Plugin Author
WPBean
(@wpbean)
Add this CSS code to your site, I hope it will fix this issue.
.swal2-container .wpcf7-form-control.wpcf7-radio >span {
display: unset;
margin: 0;
}.swal2-container .wpcf7-form-control.wpcf7-radio {
display: inline-flex;
gap: 20px;
}
.swal2-container .wpcf7-form-control.wpcf7-radio >span label {
display: flex;
align-items: center;
}
.swal2-container .wpcf7-form-control.wpcf7-radio >span label span.wpcf7-list-item-label {
margin: 0;
}
