2012-11-08, 04:13:03
(2012-11-08, 01:26:29)cmscss Wrote: 1. How can I fit the 'textarea' box to be wider?
I am using the Innovation theme. Original theme.
In p01-contact.php at line 680 I tried to change the values but nothing happened:
Code:$content .= '<p style="margin:10px;padding:10px;border:1px solid silver">';
In my css I add the following for the p01 co0ntact:
/* P01 Contact Plugin */
#p01-contact1_field0 {width: 50%;}
#p01-contact1_field1 {width: 50%;}
#p01-contact1_field2 {width: 75%;}
#p01-contact1_field3 {width: 100%;}
The four std fields are Name, email, subject and text. You can define their widths in pixels if you wish.