Hi @writedirt, you’re correct about putting it on one line - I just did that to show an example of both italicized and bolded text. And yes, then just change the alignment!
As far as the last question about the email subscription button goes, all you have to do adjust the font sizes of the email subscription form to make it smaller. You can use the following CSS and adjust the size to your preference:
#subscribe-btn, input[type=email] {
font-size: 0.5em;
}
Let me know if that helps!