電子メールの入力と送信ボタンを同じ行に並べて表示するにはどうすればよいですか?電子メール入力と送信ボタンは同じ行にありますか?
私は追加しようとしました:display: inline-block
しかし、それは動作していないようですか?
URL: https://www.moneynest.co.uk/641-2/
コード
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Your best email...*" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_9ccf2d2219536b32eaae3c3d1_33b662ad0d" tabindex="-1" value=""></div>
<div class="clear signup"><button id="mc-embedded-subscribe" class="text-uppercase btn btn-primary btn-lg btn-bottom">Send me the course!</button>
</div>
</form>
</div>
<hr />
あなた含むdivを/フォームを見てみましょう。
はこれを試してみてください。私は幅が完全に電子メールの入力ボックスによって占められていると思う。 –