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
I'm having issue with the inputs fields on my homepage newsletter section on mobile, when entering the Name and email address the texts are overlapping.
Would appreciate any help.
bendersbakery.com
BendersPassword
Solved! Go to the solution
This is an accepted solution.
@BendersBakery paste this code in base.css
@media only screen and (max-width: 768px) {
.newsletter-form__field-wrapper .field__input {
font-size: 18px !important;
}
.newsletter-form__field-wrapper label.field__label {
font-size: 13px !important;
}
}
This is an accepted solution.
@BendersBakery don't forget to like and accept solution
This is an accepted solution.
@BendersBakery paste this code in base.css
@media only screen and (max-width: 768px) {
.newsletter-form__field-wrapper .field__input {
font-size: 18px !important;
}
.newsletter-form__field-wrapper label.field__label {
font-size: 13px !important;
}
}
Thank you so much!!!
This is an accepted solution.
@BendersBakery don't forget to like and accept solution