How to add a space between newsletter and footer?

In my footer, I’d like to add a space between the bottom of the email box and the WM logo but can’t seem to find the right code?

This is a Dawn theme.

Hello @williame_1

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

.footer-block__newsletter {
   margin-bottom: 20px !important;
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

That worked great, thank you!

One last question: how do I shrink the space between the bottom of the footer links and the CC logos?