Shopify themes, liquid, logos, and UX
Hi!
I'm using shopify dawn, and i'm looking to move my email signup/newsletter to one side of the footer. I'm adding images of what the footer looks like (blue footer)
vs. what I want it to look like (Green footer).
What changes do I need to make?
Solved! Go to the solution
This is an accepted solution.
Replace the old css with this
@media screen and (min-width: 750px) {
.footer-block--newsletter {
flex-direction: column;
}
.footer__content-top {
display: flex !important;
}
.footer-block:only-child li {
display: block;
}
.footer-block:only-child:last-child {
text-align: left;
}
.footer__content-top .grid {
flex-basis: 60%;
}
.footer-block--newsletter {
align-items: flex-start;
}
}
@firststop add this css bottom of file in Assets > sections-footer.css
@media screen and (min-width: 750px) {
.footer-block--newsletter {
flex-direction: column;
}
}
Hello!
That made the footer into a block, i think, but it only did this.
This is an accepted solution.
Replace the old css with this
@media screen and (min-width: 750px) {
.footer-block--newsletter {
flex-direction: column;
}
.footer__content-top {
display: flex !important;
}
.footer-block:only-child li {
display: block;
}
.footer-block:only-child:last-child {
text-align: left;
}
.footer__content-top .grid {
flex-basis: 60%;
}
.footer-block--newsletter {
align-items: flex-start;
}
}
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025