Our "subscribe" button is currently displayed like this:
https://i.sstatic.net/toiOb.png
However, we are looking to reduce the extra width and have it appear more like this:
https://i.sstatic.net/NaaYJ.png
We are using the same code for both versions:
.footer .block-subscribe .actions {
float: left;
width: 34.375%;
margin: 0;
}
.footer .block-subscribe .input-box {
float: left;
width: 65.625%;
padding-top: 0;
}