Hello everyone.
The newsletter form can be placed on the left side in mobile mode. Also can change the style of newsletter form like below image? Is it possible? Please help me.
Thank you in advance for your help!
Store: https://delicious-fruits-vegetables.myshopify.com/
Password: Admin
Hi @dreamtechzone_5 ,
Thanks for your question. Here is the instruction to place the newsletter form to the left:
-
Go to Shopify > Online store > Theme > Customize > Open Custom CSS
-
Copy and Paste this code below to the section. Screenshot
@media screen and (max-width: 767px){
.footer-block--newsletter {
align-items: flex-start !important;
}
}
1 Like
It worked. Thank you. The space between the information and subscribe heading text seems a bit too much. I want to keep the same space between quick shop, information and subscribe headings in mobile mode