How can I fix the alignment of my newsletter sign up button?

Hi all!

I did some customization to the global buttons in my store. Now, the newsletter signup button is not aligned correctly. You can see it all on the homepage:

https://lanisimpson.com/

Theme: Turbo 8.3.0

Can someone help me sort out where exactly the code is for the newsletter button? Below is my custom code for the global button:

.global-button {
font-size: 25px !important;
}

Button in question:

Regular button:

I’d be more than happy to help you out, and this should be a very simple fix.

In your code files, go to assets->styles.css, and then do a search (Command + F) for #contact_form .newsletter-form__sign-up”.

Once you find this code, inside the code block, paste this line:

line-height: 17px;

This should solve the issue. Let me know if that works, or if you need further help.

Worked like a dream! Thank you so much, it was incredibly simple. Your help is much appreciated. :slightly_smiling_face:

Of course. And if you ever have any other questions, please feel free to reach out to me via the details in my signature below. Have a nice day!