Icon stretched on password page but on desktop only


Looks fine on mobile. But on desktop the icon stretches out. Please let me know if any of ya’ll got a fix. url is https://cureblame.com/password Thanks!

Hi @cureblame ,

You can follow these steps:

Access your Shopify admin => Online store => Themes => Edit code => search for the base.css file:

Copy this code to the end of the file:

.newsletter-form__field-wrapper .field.mrk-feild-container {
  max-width: 312px;
  margin: 0 auto;
}

Hope it helps @cureblame