Trying to put the image in here of my footer and how the Search is hanging low on the right. https://drive.google.com/file/d/1Fsis7PEIglzCA0CQCYJZfaTr1r9euOB_/view?usp=sharing
Hi @sjbaily,
Thanks for reaching out to us.
Please try adding this custom CSS under Appearance > Customize > Additional CSS and let us know if you need further assistance:
#wp-block-search__input-1 {
height: 52px;
}
#block-8 {
margin-top: -1px;
}
Thanks.
Much thanks for this. In the meantime, I ripped it all apart and cannot get that original home-made search back into the widget. I should have saved whatever it was. I have a different search in there now. But I will save this fix for when I have time to go back to this problem. Again, thank you.