I noticed that i could not add anything in the right module without forcing my form down
below the last module in the right hand side.
i fixed it with the following CSS:
#ChronoContact_Your_Form {position: relative; width: 450px; float:left }
You can put this in either your template or chrono style sheet. And you can play with the width.
you could also probably just add the float:left to the main chrono css, it was just left out.
hope it helps someone.
below the last module in the right hand side.
i fixed it with the following CSS:
#ChronoContact_Your_Form {position: relative; width: 450px; float:left }
You can put this in either your template or chrono style sheet. And you can play with the width.
you could also probably just add the float:left to the main chrono css, it was just left out.
hope it helps someone.