Why does ChronoForms blank out my container div?

zaramis 13 Apr, 2013
Hello,

I have searched with FireBug until my eyes bleed and I just cannot find the part of the CSS that overwrites my container div's background image with a white field.

Everything else about the Chrono Format works fine and it submits and everything, but it blanks out the css.

Help much appreciated.

Here's the link:
http://www.gokboet.se/kontakt-97/interested
GreyHead 13 Apr, 2013
Hi zaramis,

The problem is not that it's being over-written with white but that its height is 0px. If you remove the float css on the main div here in template.css it will come back - but that's probably not the right answer.
#main {
    /* float: left; */
    max-width: 100%;
    min-width: 610px;
    overflow: hidden;
}

Bob
zaramis 13 Apr, 2013
Sometimes, you fail to see the obvious, since it wasn't being applied to the other pages..

Thanks!
This topic is locked and no more replies can be posted.