Think I figured out the problem. I was putting the code at the very end of the css, so it never loaded.
Though it’s doing it for all the list items. Is there a way to specify that you only want one block of boxes and the rest can stay inline?
So I tried adding
span.wpcf7-list-item { display: block; }
to my css file and nothing changed for any of my forms.
Do I replace “wpcf7-list-item” with the id I gave the check boxes? Or can I add a class to the tag to specify the check boxes?
Thanks for your quick reply!