Thanks Buzztone Member.
That link is great1, I took a quick skim of it. Can do a lot more cool stuff now.
I did say I skimmed it, but I have a good feeling it doesn’t have what will solve my issue.
When you can select which element from the right (email, phone, radio, textarea), you get a whole bunch of stuff to fill out. For the textarea, you get to choose the “col” & “row” size. This is for width and length.
My issue is, here is my example code
<p>Your Message<br />
[textarea your-message 25x20] </p>
So when I look at the final product, the size should represent the 25×20 but instead, the length is only done and width stays at what appears to be a default size, that being I think 10-12, if you look at it at the ##x## format.
So if this:
.wpcf7 textarea.wpcf7-textarea { width:710px;}
is the only way to change the size, then why have the code generator have the option to change box sizes? Well yes, because like me, I would like to be able to have different sizes for different situations.
That custom code I added to the CSS file makes all, no matter what, that size.
My point is, I want the generator to be able to take the 25×20 and actually render the size I specify.
So why isn’t it?