jeffcampagna
-
Breaking Up Contact Form Vertically
Interesting. Thanks Kermet. div.wpcf7 textarea { font-family:Helvetica Neue; font-size:14px; padding:2px; width:366px; @media (max-width:200px){ … }; } That's what I have and it doesn't seem to be having any effect. Something small I am …
-
Breaking Up Contact Form Vertically
Amazing. Thank you so much! Is there any way to add specific tablet code to CSS? When I view the contact form on my iPad, the Message text area is too wide and gets cut off on the right side.
-
Breaking Up Contact Form Vertically
WOW. Senff, you're brilliant. What would rookies do without all you amazing coders. That did the trick 99%. I am still getting a border on the bottom of my form it looks like though. No biggie, but if you have any ideas, I'm all ears.
-
Breaking Up Contact Form Vertically
Hey Kermet, Hey Joshua So, I have made great progress. It's very close. However, there are two outstanding things that are bothering me. 1. the elusive 1px border around my whole form 2. the extra padding above the 1st column (name, email etc…
-
Breaking Up Contact Form Vertically
Thanks Kermet. Yeah, I just fixed the code tags a few seconds ago. Sorry about that. Your table structure might be the way to go. I'll try it out a see if I need some CSS guidance.
-
Breaking Up Contact Form Vertically
Ahh. I see what you mean, Josh. Add the divs right in the CF7 admin panel code. Makes sense. Something like this?: Your Name (required) [text* your-name] Your Email (required) [email* your-email] Subject [text your-subject] Y…
-
Breaking Up Contact Form Vertically
404's eh? that's strange. the URL is working for me. hmmm... I will play around with you idea, though it may be somewhat over my head. the CSS side of the plugin makes total sense to me, but the PHP side is a bit messy.
-
A Padding Question
That worked flawlessly! Thank you so much for your help TheDoc and for the advice mafokken! I pretty new and self taught when it comes to CSS and coding. I am glad there are forums like this where I can get some help from the pros!