Forums

Chronoform starts below right column

uufroffice 21 Mar, 2013
I've tried to figure this out by searching the forum, but I can't. After updating, all of my chronoforms start below the right side column. Can someone walk me through like I'm an idiot how to fix this? Our website manager has left the position and it's up to me to fix stuff. (and I have no training)...just minor knowledge I taught myself.

Thanks!
GreyHead 21 Mar, 2013
Hi uufroffice ,

It's going to be a CSS problem. There are a few typical causes.

a) The form is too wide for the available column so gets forced down.

b) There's a CSS 'clear' statement that pushes the form down.

c) There's an incomplete HTML tag e.g. a <div> with no matching </div> that breaks the layout.

The only real way to tell is to use your browser web developer tools and poke around in the code :-(

Bob
This topic is locked and no more replies can be posted.