I am trying to align the email sign up to the same link as OUR COMPANY and QUICK LINKS.
I am unsure what to edit in my code.
Could you share your store link to check?
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hey @forevercreative
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
thank you!
Please see above. Thanks!
It is foreverlycreative.com
Please add this code at the bottom of your base.css file in Online store > Themes > Edit code
@media (max-width: 767px) {
.footer-block--newsletter {
align-items: flex-start !important;
}
.footer-block--newsletter,
.footer-block--newsletter .footer-block__newsletter {
margin-top: 0 !important;
}
}
My mistake, please update code to this
@media (min-width: 768px) {
.footer-block--newsletter {
align-items: flex-start !important;
}
.footer-block--newsletter,
.footer-block--newsletter .footer-block__newsletter {
margin-top: 0 !important;
}
}
Update code
@media (min-width: 768px) {
.footer-block--newsletter {
align-items: flex-start !important;
}
.footer-block--newsletter, #shopify-section-sections--19982979531074__footer .footer__content-top .footer-block--newsletter .footer-block__newsletter {
margin-top: 0 !important;
}
}
Works beautifully! Thanks so much!
You are very welcome, @forevercreative