Hey guys,
Can you tell me how to edit the text (size) on the right? It appears after sending the contact details in the contact form.
Also the border is touching the title.
you can find it on: http://realit2015.ch/?page_id=5957
Thank you and kind regards,
Aline
Hey Aline,
You can put this css to your child theme styles.css
#ajaxresponse_1 {
margin-top: 10px;
}
#ajaxresponse_1 avia-form-success {
font-size: 16px;
}
Let us know if this was helpful.
Best regards,
Victoria