Tagged: contactform
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
Hi mtzlr!
Can you post the link to your website where you have the element you would like to edit please?
Cheers!
Yigit
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
Hey Marco!
Try adding this code to the Quick CSS:
.wpcf7-checkbox > span, .wpcf7-radio > span{
display: inline;
}
Cheers!
Josue
Hi Josue,
thanks. It works now.
Marco