hey there,
i want to have space between the newsletter and the end line of the footer
thanks in advance
A user seeks to add spacing between the newsletter section and the bottom border of their footer on the Dawn theme, specifically for mobile view.
Solution Provided:
.footer__content-bottom.scroll-trigger.animate--slide-inStatus: A working solution with code snippet and visual result has been shared. The issue appears resolved, pending confirmation from the original poster.
hey there,
i want to have space between the newsletter and the end line of the footer
thanks in advance
Would you mind sharing your store preview? Thanks!
https://srpp8eqhsqlvqiq3-65779892391.shopifypreview.com
thanks in advance
Any help will be appreciated ![]()
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media only screen and (max-width: 748px){
.footer__content-bottom.scroll-trigger.animate--slide-in {
margin-top: 40px;
}
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!