Lara14
1
Hellooo,
I changed the CSS of our newsletter button so that it looks like in this picture on our website:
Sadly, on the mobile version it doesn’t look so nice.
How can I change it? Do I need to add a @mobileversion in the CSS code?
The link to the website: https://mylongevitylife.com/
Thank you very much in advance!!!
Lara14
2
Thanks. But unfortunately it still doesn’t work. It still looks the same.
Hello @Lara14 ,
Go to online store > Themes > edit code > find base.css file .
Add to the given code at the bottom of the file base.css
.newsletter-form__field-wrapper .field__input {
margin-left: 20px;
}
Save Changes.