Stacking Checkboxes For One Form Only
-
This page tells you how to stack your checkboxes:
https://contactform7.com/custom-layout-for-checkboxes-and-radio-buttons/The code on that page they said to change in your CSS:
span.wpcf7-list-item { display: block; }The problem is this is an all or nothing approach. Is there any way to apply this to just ONE form? I don’t want this to change all the other forms I use. (which are many.)
I have the checkbox area of my form surrounded by a div tag that already has a “class” and “style” assigned to it. Any help is appreciated with this. I wish they would just make this an option where you didn’t have to alter css to use it. :/
The topic ‘Stacking Checkboxes For One Form Only’ is closed to new replies.