Footer Spacing Removing Issue Dawn theme

Hello @MinhajAhmed106 ,

You can try this code; it will be helpful to you.

Go to the Online Store->Theme->Edit code->Assets->section-footer.css>add this code at the bottom of the file.

.footer__content-top {
    padding-bottom: 0 !important;
}
.footer__content-bottom {
    padding-top: 0 !important;
}