Hi, I have two questions here,
- 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, I have two questions here,
2 Can I change the email field to a mobile field for whatsapp updates
Thank you
Hi @luckyluke1 ,
Share the store URL Please.
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.