Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #279729

    Hi,

    I used this code on another site and it works for a radio button list, but doesn’t work on the form below. Can you please tell me what css code I need to fix?

    #top div .wpcf7-list-item.first {
    margin-left: 6px;
    }

    #279734

    Hey!

    Try adding this code to the Quick CSS:

    span.wpcf7-list-item {
        display: block;
    }

    Cheers! 
    Josue

    #279759

    Perfect! Thank you so much!!!

    #279761

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Making Combination Radio and Checkbox in same form vertical’ is closed to new replies.