Hello Gina,
I managed to recover the TOS wording and link on the register user form by adding the following CSS to the Themler properties
.form-horizontal .control-label {
text-align: left;
}
jform_profile_tos input
{
float: none;
}
.registration a.modal {
display: inline;
position: relative;
}
However, I can I have the labels aligned with their respective field?
Thank you
Hello Gina,
I managed to recover the TOS wording and link on the register user form by adding the following CSS to the Themler properties
.form-horizontal .control-label {
text-align: left;
}
#jform_profile_tos input
{
float: none;
}
.registration a.modal {
display: inline;
position: relative;
}
However, I can I have the labels aligned with their respective field?
Thank you