How to put "Instructions for users" in the same line as...

hhtmp88 02 Sep, 2012
Dear all,

How to put "Instructions for users" in the same line as the label text?

Thanks for any kind of help!
Max_admin 03 Sep, 2012
Hi,

Sorry but this is not possible.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
hhtmp88 04 Sep, 2012
Thanks Max for your comment!
but...

I am not sure if you guy can make this impossible possible, an option to choose, in next version ?
Max_admin 06 Sep, 2012
Well, for doing this I may need to change the html layout of the forms, this is not easy to do as some stuff will have to be recoded, but I promise to try to have it in the next "major" release!🙂

Please try to add "float:left" to the style tag of that div, see if this helps ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 17 Sep, 2012
Hi hhtmp88,

Please they this in a Load CSS action:
div.small-message {
  margin-left: 0px;
  max-width: 400px;
}

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