Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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!!!
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.