I actually got the sidebar issue fixed by selecting the sidebar theme. Then I used the information in the FAQ's to make the default form wider to fit in the content section of the page. However, I must have done something wrong, one of the fields didnt take the adjustments I made. The multi line text field remains the size of the sidebar theme… And the form in the sidebar did take the adjustments and is now wide as the default form, although I did specify the form in the stylesheet. Please let me know what I am doing wrong or am not doing. Thanks
Form url: http://fuegohd.tv/about/
Here is what I did:
.cform1form {
margin:10px auto 0 auto;
width: 410px;
overflow:hidden;
.cforms1form input,
.cforms1form textarea,
.cforms1form select {
width:410px
padding:3px;
background: #f9f9f9;
border:1px solid #888888;
vertical-align:top;