Re: Issue with Newsletter Section

Solved

Issue with Newsletter Section

BendersBakery
Tourist
10 0 0

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

 

WhatsApp Image 2024-06-10 at 15.22.05.jpeg

Accepted Solutions (2)

mrashid
Shopify Partner
178 20 19

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;
}
  }
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

mrashid
Shopify Partner
178 20 19

This is an accepted solution.

@BendersBakery don't forget to like and accept solution 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 3 (3)

mrashid
Shopify Partner
178 20 19

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;
}
  }
- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
BendersBakery
Tourist
10 0 0

Thank you so much!!!

mrashid
Shopify Partner
178 20 19

This is an accepted solution.

@BendersBakery don't forget to like and accept solution 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution