How to remove space between The News letter and Footer

I tried removing the space between Newsletter and Footer but failed in doing so.
Can anyone provide the required assistance
Snapshot is attached for reference

Thanks

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.scss.css and paste this at the bottom of the file:
footer.site-footer {
margin: 0;
border: unset;
}

2 Likes

Hey @hunainkhan

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. 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!

Best Regards,
Moeed