Wordpress 搜索按钮垂直对齐而不是水平对齐

Wordpress Search Button Vertical Aligning not Horizontal

我正在尝试让搜索表单英雄看起来像这样:

https://revolution.themepunch.com/wordpress-search-form-hero/

但搜索按钮始终位于输入字段下方,如下所示:

http://cheeky.travel/landing-2/

我的直觉是它与垂直对齐有关但不确定。这是 HTML:

<form role="search" method="get" id="searchform" class="revtp-searchform"        action="https://cheeky.travel"><input type="text" value="" name="s" id="s" placeholder="What are you looking for?" /><input type="hidden" value="product" name="post_type" /><input type="submit" id="searchsubmit" value="Search" ></form>

有什么想法吗?我尝试使用 span 和 row 并且没有任何变化。谢谢!

您必须在输入字段中添加 float:left