Hi forum,
I am seeing a bug and was hoping someone can help. We have Chrono forms running on several site and have never ran into this. The 1st text box is aligning at the top of the body, whereas all the other are together. This form was made from wizard; not custom html. Checked it 3x.
http://www.sgl1057.org/index.php?option=com_chronocontact&Itemid=56
Your help appreciated. Looks like I will have to code this manually.
Cheers,
Scott
I am seeing a bug and was hoping someone can help. We have Chrono forms running on several site and have never ran into this. The 1st text box is aligning at the top of the body, whereas all the other are together. This form was made from wizard; not custom html. Checked it 3x.
http://www.sgl1057.org/index.php?option=com_chronocontact&Itemid=56
Your help appreciated. Looks like I will have to code this manually.
Cheers,
Scott
Hi Scott,
It looks like a messy CSS interaction. The ChronoForms CSS sets height:auto for the element divs and the first div is being stretched to match the height of the registration box in the left hand column. There's are several divs wrapping this and I'm not clear what the interaction is :-(
Try changing height:auto - to have a fixed height - but this seems to have some side-effects on the layout.
Bob
It looks like a messy CSS interaction. The ChronoForms CSS sets height:auto for the element divs and the first div is being stretched to match the height of the registration box in the left hand column. There's are several divs wrapping this and I'm not clear what the interaction is :-(
Try changing height:auto - to have a fixed height - but this seems to have some side-effects on the layout.
Bob
This topic is locked and no more replies can be posted.