Forums

Layout messes up in the chronoform menu-item

mirel 05 Feb, 2009
On the website http://www.matrozenkoorapeldoorn.nl in the 'boekingen' menu item, the layout messes up. It seems it get's smaller just because the form isn't that wide I think.

I can't for the love of god find the error. I tried messing around in my template CSS file but I think I have to edit something in the css of the module but I can't find the files in the usual (administrator/)components or modules folders. Anyone know where it is so I can give it a fixed width, or is my problem something entirely else?
Or do I have to do something in the templates/system css files?

For reference, here is a part from my css file:

The form is in the #linker div, which is in #inhoud (the big white part).

#container {
text-align: left;
width: 1000px;
margin: 0 auto;
}

#inhoud {
padding-left: 10px;
padding-right: 10px;
background: white repeat-y;
border-left: 1px solid #444444;
border-right: 1px solid #444444;
}

#inhoud div {
overflow: hidden;
}

#linker {
float:left;
width: 700px;
text-align: left;
margin-right: 5px;
margin-top: 5px;
margin-left: 1px;
}

Please please help!
GreyHead 05 Feb, 2009
Hi mirel,

ChronoForms has a css file called style1.css which also defines #container with a width of 800px; - delete that width setting and I think that all will be well.

Bob

PS Max has said that a future version of ChronoForms will have better CSS selectors.
mirel 05 Feb, 2009
Where is it? Like I said, I tried looking in the components and modules page but couldn't find a chronoform folder. Could you point it out please?
Max_admin 05 Feb, 2009
Hi mirel,

its under components/com_chronocontact/styles/

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mirel 06 Feb, 2009
I don't have a folder like that. Is it because I had Legacy 1.0 on while installing it?
mirel 06 Feb, 2009
MY GOD I was in my personal testing hosting enviroment where it wasn't installed all the time GODDAMNIT, -all that time- >........<
This topic is locked and no more replies can be posted.