How can I enlarge the space between the Tekst Areas and the Input Fields.
Ie. Name ....................... Robert.
Adress.......................Boulevard 93
etc etc
The space now in the standard forms is far too small.
Name...........Robert
Hope you have a solution
Thanks for the answer. But since I am not a html-expert, please give me the right path
to the css file.
When I open the com chronoforms component I see a lot of css files.
Regards
You don't have to go this far. Just add an action "Load CSS" in your form onLoad event just before the "Show HTML" action. Open the "Load CSS" action and copy the example code.
This should do the trick.
After loading Load css in the Eventmode I got the form in the frontend just as shown
in the attachment.
Not very beautifull in my opinion. Moreover, my problem with the space between the
text and the infillfield, is not solved.
I use Joomla 3.0 and a Artisteer 4 template.
Can you do something about it ?
Regards
Rolf vd Mark
Hi Rolf,
It's up to you to style your form the way you want it; the image you've posted doesn't look much like the default ChronoForms styling so I guess that most of it is coming from your template or your custom CSS.
If you post a link to your form it is easier to see exactly what is happening.
Bob
PS I removed your email from your posts here. These pages are publicly visible and emails may get scraped by spammers.
Hi,
when you used the settings as in my example the label will be 110px width, a space of 10px and the field will take up 70% of the div width.
You can play with these settings, like setting the label width to 45% and also the field to 45%.
If you have a fixed page (width) then you can change this to a fixed width like 200px, 10px, and 500px.
Do know that this will look bad on smaller screens.
Hi advisors !
I think my problem is solved. I put the align on left and changed the padding-right to 80.
Form looks far better now.
Thanks for helping
Best regards from the Netherlands, where it's raining cats and dogs.