How do I move the x position of the popup so that it is more to the left?
[attachment=0]Contact.png[/attachment]
Try to add this code to ad "load CSS" action in your form:
.gvalidation-error-tip{margin-left:-100px !important;}
But please note that if the form is viewed on a small view port (like a phone) then the message may be off the field!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This may be better:
.gvalidation-error-tip{margin-left:-10% !important;}
and try to adjust the %
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.