remove white space between label and input

croonhb 22 Aug, 2014
I searched in the forum to see if there is a solution.
But I could only find a solution for Chronoforms V5. This does not work in V4, or i do something wrong.

The link to the form is:
http://tao2success.com/nl/?option=com_chronoforms&chronoform=Registratie

The site is under construction therefor the home page is www.tao2success.com/index.php
The path to this form is still to be discussed with the client.
GreyHead 23 Aug, 2014
Hi croonhb,

The link you posted shows the message "There is no form with this name or may be the form is unpublished, Please check the form and the url and the form management."

Bob
croonhb 24 Aug, 2014
Hi Bob,

Sorry, I did change something and that changed the name of the form.
This is the correct link.
http://tao2success.com/nl/?option=com_chronoforms&chronoform=Registratie-prive
croonhb 25 Aug, 2014
Bob,
Thanks for the reaction. But as I said in my first message this piece of code is not working in the V4 version.
I put it in a on laod action, load CSS in the form action, but without result.
Als in the template.css without result. So I'am lost. What else can I do to resolve this?

Huib
GreyHead 25 Aug, 2014
Hi croonhb,

Sorry I missed that. In CFv4 please try
div.ccms_form_element label {
  text-align: right;
}

Bob
croonhb 25 Aug, 2014
Hi Bob,

That did it. Thanks.😀
This topic is locked and no more replies can be posted.