Form appears below last menu item

aakelley 22 May, 2013
I am a new Chronoforms user but really like it so far. Well done!

I am having one issue that seems to be pretty common: my form is appearing below my left hand nav menu. I did search the forums before posting and have added a "Load CSS" action on form load as the first item with the following code:

form.Chronoform .ccms_form_element, form.Chronoform .clear {
  clear: none !important;
}


That did help a bit - it moved the formatted text box I have as my first element to the top...but the form fields are all still below the menu. Here is my form (debug element is added and turned on - not sure what it is telling me, but I don't think it has to do with my spacing issues): http://trinitychurchcovky.com/register-for-vbs

Any help / pointers are appreciated.
GreyHead 23 May, 2013
Hi aakelley,

Please try adding this as well to the Load CSS action.
.clear:after {
  clear: none !important;
}

Bob
aakelley 23 May, 2013
That made it better - now there is a weird stacking for the last few fields. Any suggestions on that?
aakelley 23 May, 2013
Switched from tight layout to normal and it fixed itself ;-) Thanks for the CSS tip!
This topic is locked and no more replies can be posted.