Hello, I’m currently using Dawn theme and am unsure on how to move the Newsletter sign up in the footer from below the text and quick links to the right side of them. My store is forwardfurniture.ca and would love any help!
Thank you so much in advance!
Hi @WraithAm
You can try follow this path:
Themes => edit code => asset => section-footer.css
and add this code to bottom of the file section-footer.css
@media(min-width: 750px){
.footer__content-top{
display: grid;
grid-template-columns: 1fr auto;
}
}
2 Likes
hello @ExpertRookie ,
Thank you for the previous solution!
There have been changes to the way footers work in Dawn 9.0, can you update this solution?
HI @Wilder
What wrong with your store?
Can you share store url??
@ExpertRookie
I am trying to move the email sign-up into the footer so that it is lined up neatly. Because of the updates in Dawn 9.0 the solution you provided the original poster will not work anymore, can you provide a solution for store owners who have updated to 9.0 or newer?
On my website (https://reframed.market/) the email sign-up does not nest within those menu’s, it sits on-top and it does not look as good.