2011-03-08, 22:14:19
Hello rfuller,
Above the lines 482 to 495, you have the form in the contact_fom.php. There you can to modify the style.
You can test this plugin in: http://cumbe.no-ip.biz/gs203/contactar/
If you add in the line: <form action="index.php?id=<?php get_page_slug(); ?>" method="post">
a style you will put center the form:
<form action="index.php?id=<?php get_page_slug(); ?>" method="post" style="text-align: center;">
You should check the CSS, if there is anything that changes the width...
Regards.
Above the lines 482 to 495, you have the form in the contact_fom.php. There you can to modify the style.
You can test this plugin in: http://cumbe.no-ip.biz/gs203/contactar/
Code:
If not bigger how about centering it in the middle of a page?
a style you will put center the form:
<form action="index.php?id=<?php get_page_slug(); ?>" method="post" style="text-align: center;">
Code:
I assume it was made smaller so that it could be easly be inserted in a side bar?
Regards.