Adding Submit button to a form instead of the tick mark at the top

This is close:

<pre><span><style>
[data-test="nav-bar"] :nth-child(3) {
position: fixed;
bottom: 8%;
display: block;
}
[data-test="nav-bar"] :nth-child(3) :nth-child(2) {
background-color: blue;
padding: 0 130px;
margin-left: 15px;
border-radius: 7px !important;
}

A bit wonky still—my CSS skills are hacky—couldnt figure out how to recenter the form title:

7 Likes