Could you try this:
.footer-block--newsletter {
margin-top:20px !important;
}
Or1. Head over to your Shopify admin panel and navigate to Online Store > Themes.
- Locate your active Dawn theme and click on the Actions dropdown menu, then select Edit code.
- In the code editor, find and click on the section-footer.css file within the Assets directory. This is where you’ll find the styling rules for your footer.
- Scroll or use the search function (Ctrl+F on Windows or Cmd+F on Mac) to locate the line of code around line 123. You’re looking for something that looks like this: margin-top: 3rem;. This line controls the top margin of a specific element in the footer, contributing to the space above the social media icons or a similar section.
- Change 3rem to 2rem or any specific pixel value you prefer, like 20px. This will reduce the space accordingly.