Checkboxes in Contact Form 7 … need help
-
Hi:
On my site Contact Form (https://shobhaponnappa.com/contact-me-drop-me-a-line-with-your-query-or-feedback/) you will see I have used the checkboxes.
I have successfully added code to my theme stylesheet to make the checkboxes arrange one below the other(like this):
span.wpcf7-list-item {
display:block;
}I have two requests for help:
1. In each checkbox label there is some capitalized text followed by some text in brackets. I want these to appear next to the checkbox but in two separate lines (with line-break) like this:
BUILDING A STRONG DIGITAL BASE FOR YOUR STARTER BRAND
(Brand Strategy, Competitive Positioning, Website Design)I tried using the
<br />
to give the line break in the checkbox label but it’s not working.2. Also I want more line space between the checkboxes so that they look more spaced out. Since each checkbox has two lines of the label, it needs more space after each checkbox.
Could you please advise me on how to achieve solutions to these two issues? Thanks in advance for your help.
Regards,
Shobha Ponnappa
- The topic ‘Checkboxes in Contact Form 7 … need help’ is closed to new replies.