Hello,
How can I reduce the space between two blocks in my footer?
Thanks a lot ![]()
Hi @dascha ,
This is David at SalesHunterThemes.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL
if your website is password protected then also provide the password.
David | SalesHunterThemes team.
It can be done by reducing the margin and the padding. Can you share the store URL to give you the code for it
https://rowstitch.com/ I removed the password
https://rowstitch.com/ I removed the password
Hello there,
.footer__content-top {
padding: 0;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
padding: 0;
}
Hi @dascha ,
You can try to follow these steps:
Go to Online Store β Themes β Actions β Edit code.
Go Assets folder β theme.liquid file.
Add the following code in the bottom of the file above tag
If I managed to help you then, donβt forget to Like it and Mark it as Solution!
David | SalesHunterThemes team