I am trying to use ContactBuddy on a Page, but it is the size of a narrow widget. Is there a way to make the form wider so it doesn't look like a widget in the middle of the page?
http://intercessorchurch.com/2011/?page_id=3949
ContactBuddy in page format
Started by
Alan Melanson
, Mar 19 2011 12:45 PM
1 reply to this topic
#1
Posted 19 March 2011 - 12:45 PM
#2
Posted 21 March 2011 - 10:00 AM
Hi Joseph
You can add the following style to the bottom of you child theme's style.css file or the contactbuddy.css file and it will increase the with of the form:
<p style="padding-left: 30px">.contactbuddy-form ul li input.cbfit,
.contactbuddy-form ul li textarea.cbfit {
max-width: 358px !important;
width: 358px !important;
}
The style above will increase the width of both the inputs (ex. name, email, subject) and the textarea (ex. message).
If there is anything else we can help you with please let us know.
Have a good day.
You can add the following style to the bottom of you child theme's style.css file or the contactbuddy.css file and it will increase the with of the form:
<p style="padding-left: 30px">.contactbuddy-form ul li input.cbfit,
.contactbuddy-form ul li textarea.cbfit {
max-width: 358px !important;
width: 358px !important;
}
The style above will increase the width of both the inputs (ex. name, email, subject) and the textarea (ex. message).
If there is anything else we can help you with please let us know.
Have a good day.





