Button postioning css
-
Hi, here in my home page – first child page you can see a gold button – when you click on it a form shows up… Im trying to put the “send” button (hebrew “לשלוח >>”) to be in the same height of the last input…
here is a screenshot that will explain what Im trying to create:
https://kacholcoaching.files.wordpress.com/2016/08/button-positioning.pngi wish that the button will be positioned like the red frame in the screenshots in all screens… how can I make it happen?
thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Something like this should do the trick:
.contact-submit {
margin-top: -28px;
}Hope that helps,
Sage
- The topic ‘Button postioning css’ is closed to new replies.