How do I move the x position of the popup so that it is more to the left?
[attachment=0]Contact.png[/attachment]
[attachment=0]Contact.png[/attachment]
Try to add this code to ad "load CSS" action in your form:
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
.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
This may be better:
and try to adjust the %
.gvalidation-error-tip{margin-left:-10% !important;}
and try to adjust the %
This topic is locked and no more replies can be posted.