Viewing 1 replies (of 1 total)
  • Hello @spartakos,

    By default, the radio buttons are aligned horizontally, as you want to show them. If you’re looking at them vertically, the theme you’re using is probably adding styles to CF7. You can set a custom CSS rule to achieve this.

    Try adding this CSS rules to your Dashboard > Appearance > Customize > Additional CSS, don’t forget to click on Publish button:

    span.wpcf7-list-item {
        display: inline-block !important;
        margin: 0 0 0 1em;
    }

    Please read Custom layout for checkboxes and radio buttons to learn more.

    Best regards,
    Yordan

Viewing 1 replies (of 1 total)
  • The topic ‘Place the radio buttons horizontally’ is closed to new replies.