How can i position my contact to the left i am using cforms.
I know its in the css code but not sure which part to edit.
I am using the Sidebar-layout.css
Hope someone can help
Thank you
coolfreebies
How can i position my contact to the left i am using cforms.
I know its in the css code but not sure which part to edit.
I am using the Sidebar-layout.css
Hope someone can help
Thank you
coolfreebies
Anyone?
coolfreebies
You probably have something like this in the css:
.cform {
margin:10px auto 0 auto;
width: 410px;
}
You would change it to:
.cform {
margin:10px 0 0 0;
width: 410px;
}
Or you can download a skin I made that is left aligned: http://wordpresstheming.com/2009/11/cforms-styles/.
This topic has been closed to new replies.