Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-subscribe-form {
position: relative;
width: 100%;
max-width: 500px!important;
}
.x-subscribe-form fieldset {
float: left;
margin-right: 1%;
width: 32%;
}
.x-subscribe-form input[type="submit"] {
margin-top: -2px;
}
And you are using different background image for the posts. What you are facing here?
Hope this helps.
Cheers!