How can I modify the Dawn Theme newsletter alignment and email field?

Hi, I have two questions here,

  1. I have added a newsletter section (not in footer) and I want to align it to the left.

2 Can I change the email field to a mobile field for whatsapp updates

Thank you

Hi @luckyluke1 ,

Share the store URL Please.

https://5k1w1zeit5asqhmf-60090777805.shopifypreview.com

Hi @luckyluke1 ,

.newsletter__wrapper.color-background-image.gradient {
    text-align: left;
}
.newsletter__subheading.rte {
    max-width: 100%;
}
form#contact_form {
    margin: unset;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->component-newsletter.scss.liquid

Thank you very much worked really well.