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;
}
}
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025