The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Modify search button › Re: Modify search button
You can first line them up by changing the top: 0px; to top: 6px; in the .section .input. Then add this rule to your stylesheet to bring them up:
top: 0px;
top: 6px;
.section .input
.section{ margin-top:-11px; }