Yes the link gave me good start...just need to tweak it some with site owner...
– scottnsdMar 18 '14 at 22:23
Unfortunately the form fields are not responsive - they run off the side in iPhone. . Where and how would I edit the css in this form created in Joomla Contact Manager? Should I start a new Question?
– scottnsdMar 19 '14 at 19:28
Ended up using custom.css (Yootheme). Site was responsive. Form was not. Using Emulator in Developer tools in Chrome Canary was helpful in finding css to modify. Settings to make form responsive: Using these settings the Joomla contact form is responsive: #system form.submission fieldset > div > input[type='text'], #system form.submission fieldset > div > input[type='password'] { padding: 5px; width: 92%; } #system form.submission fieldset > div > textarea { width: 95%; ; }
– scottnsdMar 28 '14 at 22:21