Archived topic
Search box height
1 reply · Started by John on December 23, 2019
Viewing posts 1–2 of 2
Hello
I have added custom search box in my homepage hero banner area. But height between search box and submit button are not equal.
How can I fix this?
Thanks
Hi there,
try this CSS:
input[type=text] {
padding: 15px;
}
This archived topic is closed to new replies.