Forums

Form is placed at bottom of page.

DagFrogner 17 Jan, 2010
Look at this page (at the bottom)

http://www.trommeportalen.no/index.php?option=com_chronocontact&chronoformname=KontaktOss&time=1263766630

This is the very bottom of my website, and this is where the form is placed. I think that for some reason, it has something to do with my template. I had the same issue with virtemart, but it was solved with these lines:

#maincol .main-height { height: auto !important; }
#vmMainPage br {clear: none !important; }


I think I can solve this one also, but I need to know what to use instead of "#vmMainPage"
nml375 17 Jan, 2010
Hi,
I got the following working using FireBug with Firefox:

Add the "clear: none;" property to the following sets in the theme1.css, style1.css (and ie-extensions) under components/com_chronocontact/themes/*/ :

form_item
form_element
cfclear

/Fredrik
DagFrogner 17 Jan, 2010
That did the trick! Thanks a lot mate.😀
This topic is locked and no more replies can be posted.