Customizing Contact Form with CSS
-
Hi,
Is it possible to customize the following contact form so that the “Email Address” input field and the “Submit” button are on the same line?
https://microdatalogic.com/promo/
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’ve limited this to 768px and wider screens/windows as narrower than that, things go a bit awry. See what you think.
@media screen and (min-width: 768px) { .contact-form div { width: 80%; } #contact-form-305 { position: relative; } #contact-form-305 .contact-submit { position: absolute; top: 25px; right: 0; width: 18%; } } -
It seems to be working wonderfully, thank you! The limit to 768px you imposed means that the button will be displayed underneath the input form on anything below that width, correct?
-
Great, and yes, that is right. Things return to the original design at 767px and narrower.
-
-
-
- The topic ‘Customizing Contact Form with CSS’ is closed to new replies.