Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #321794

    Hi,

    I’m using contactform 7. I want to use a checkbox with the the boxes on 1 line. This is the code I use:
    <p>Agree </p>[checkbox agree label_first “Yes” “No” ]
    The result is in a block. I want it on 1 line.
    Do you know what I have to change or do I have to change the CSS? I did not add “span.wpcf7-list-item { display: block; } ” in my CSS

    Thanks,

    Marco

    #321927

    Hi mtzlr!

    Can you post the link to your website where you have the element you would like to edit please?

    Cheers!
    Yigit

    #322136

    Dear Yigit,
    that’s http://www.bergenenergie.nl/voorinschrijving-zonneweide/

    I’m testing on:
    test Akkoord
    Yes
    No

    I want:
    test Akkoord Yes No

    thanks,

    Marco

    #322165

    Hey Marco!

    Try adding this code to the Quick CSS:

    .wpcf7-checkbox > span, .wpcf7-radio > span{
        display: inline;
    }

    Cheers! 
    Josue

    #323287

    Hi Josue,
    thanks. It works now.

    Marco

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Contact form 7’ is closed to new replies.