Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to add a space between newsletter and footer?

Solved

How to add a space between newsletter and footer?

williame
Visitor
2 0 0

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?

Screenshot 2024-04-30 at 5.31.56 PM.png

This is a Dawn theme. 

Accepted Solution (1)

PageFly-Amelia
Shopify Partner
626 165 237

This is an accepted solution.

Hello @williame 

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Amelia
Shopify Partner
626 165 237

This is an accepted solution.

Hello @williame 

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

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

williame
Visitor
2 0 0

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?

 

Screenshot 2024-05-01 at 9.06.27 AM.png