The form won't expand the page so it can fit, so I only see the top of the form. I try it in a php widget and it does the same, goes into the page instead of fitting in the sidebar. How or where should the code go so the form can make room for itself and be useable??
thanks
http://wordpress.org/extend/plugins/post-from-site/
Jra420
Member
Posted 7 months ago #
jQuery(id).css({zIndex:'200',top:"50px",left:distrl+"px",width:'600px',position:'absolute'}).show();
That's the line you want to change. Edit position from absolute to right, left, etc. You can also change the px width, etc.