Hi,
I purchased ChronoForms and do have some problems with it after using it for 5 days.
Everything was fine first (that's why I purchased), but now the form does show a huge gap between the first and second element, independent of the order or type of elements in the frontend.
The wizard does show several (4?) <br> tags between those elements, but just in "show html". When I try to edit the code without the wizard in the form management, I can neither see nor remove those tags.
What can I do?
Thanks in advance,
taiko
I purchased ChronoForms and do have some problems with it after using it for 5 days.
Everything was fine first (that's why I purchased), but now the form does show a huge gap between the first and second element, independent of the order or type of elements in the frontend.
The wizard does show several (4?) <br> tags between those elements, but just in "show html". When I try to edit the code without the wizard in the form management, I can neither see nor remove those tags.
What can I do?
Thanks in advance,
taiko
It is obviously caused by CF CSS.
This line in style1.css leads to the unwanted gap:
Unfortunately the layout is totally messed up without this line.
Any hint?
Regards,
Taiko
This line in style1.css leads to the unwanted gap:
.clear { clear:both;}
Unfortunately the layout is totally messed up without this line.
Any hint?
Regards,
Taiko
I solved it by commenting out the line above and the following ones:
I don't know if that's clean in any way, but it does work on my site. I do not want to rename this thread to "solved" because it is definitely something, the author needs to tackle in the upcoming version, when creating unique CSS.
Hope this may help anybody.
Regards,
Taiko
/*.float_left { float:left;}*/
.form_element {
/* float: left;*/}
I don't know if that's clean in any way, but it does work on my site. I do not want to rename this thread to "solved" because it is definitely something, the author needs to tackle in the upcoming version, when creating unique CSS.
Hope this may help anybody.
Regards,
Taiko
Hi Taiko,
This looks like some conflict with your template CSS or another CSS used at your website, I will try to make the Chronoforms CSS classes more unique!
Best regards,
Max
This looks like some conflict with your template CSS or another CSS used at your website, I will try to make the Chronoforms CSS classes more unique!
Best regards,
Max
This topic is locked and no more replies can be posted.