mugwumper
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] List checkboxesJust did some more digging – this apparently is solved by changing a line of code in the CSS stylesheet in the theme. :^( There was a post from 2010 – sorry, didn’t write it down, but you can search for “stacking radio buttons or checkboxes”
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] List checkboxesI think I want to do the same as you – I have long descriptions for each radio button (or checkbox), and it looks funny strung out in a line. So I’d like to make them a list, or stack them:
o 2BR, 2BA, single story, ground level
o 3BR, 2BA, two-story, second level
o 3BR, 3BA, two-story, ground level
etc . . .If I have misunderstood you, I apologize for hijacking your thread . . . If we’re saying the same thing, I, too, would like to have examples on how to do this.
Thanks!
Steve
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] How to left-justify form elements?I was able to solve this by adding
<p align="left">in front of every form element – not very elegant, but it works. I thought I could get away with one at the beginning of the form, but it only fixed the first element.Isn’t there a better way to do this?
Thanks . . .