hey there,
i want to have space between the newsletter and the end line of the footer
thanks in advance
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!