• Hello,
    According to topic from Contact Form 7 website, in order to display check boxes as table we should use this css code:
    span.wpcf7-list-item { display: table-row; }
    span.wpcf7-list-item * { display: table-cell; }

    It works fine, but how can I disable that for the radio buttons in next line? I want two radio buttons to display inline as they should by default?

The topic ‘Display radio buttons inline’ is closed to new replies.