Hi.
Trying to move the labels for each field in the contact form from the right of the fields, to be over each field instead.
How do i do that?
Thanks
Hi.
Trying to move the labels for each field in the contact form from the right of the fields, to be over each field instead.
How do i do that?
Thanks
Hi coffeeholic,
Can you post a link to your site?
Regards,
Ismael
Hi coffeeholic,
Try to add this code in your Quick CSS:
.ajax_form p {
margin-top: 24px !important;
position: relative !important;
}
.ajax_form label {
position: absolute !important;
top: -20px !important;
left: 0 !important;
margin: 0 !important;
}
Hope this helps. :)
Cheers,
Ismael
Perfect! Thanks :)
Hey,
Glad we could help.
Regards,
Ismael
This topic has been closed to new replies.