Hi,
when I click submit on the Contact Form of the site I’m developing, the bottom-to-top “Message Sent” animation finishes too high on the page and overlaps the horizontal line which is above the form element (see screenshot: .
Can you please advise me how to customise the css so that the animation finishes slightly lower on the page (ie. below the horizontal line)?
Thanks,
Hey eainnem,
I think you forgot to actually link to the screenshot? If you have something online which we can look at then please post the link here as well.
Best regards,
Rikard
sorry Rikard, here’s the link to the screenshot:
http://imgur.com/a/VDMV3
Hi!
Thank you for the info. Please add this code in the Quick CSS field.
.avia-form-success {
margin-top: 50px;
}
Regards,
Ismael
thank you Ismael, that did the job!