DrLani
June 14, 2023, 9:25pm
1
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:
Zqdo
June 14, 2023, 11:36pm
2
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.
DrLani
June 15, 2023, 1:46am
3
Worked like a dream! Thank you so much, it was incredibly simple. Your help is much appreciated.
Zqdo
June 15, 2023, 1:48am
4
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!