How can I remove footer padding in Dawn?

Solved

How can I remove footer padding in Dawn?

Hello22
Shopify Partner
31 0 3

Hi:-)

 

I am trying to remove the padding at the way bottom of my footer (the white bit). 

Can anyone help me with this? 

 

Any help will be really appreciated😃
 
My site:
Password: test
 
1.jpg
Accepted Solution (1)

GemPages
Shopify Partner
5625 1261 1241

This is an accepted solution.

Hello @Hello22

It's GemPages support team and glad to support you today.

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code -> Layout

2. Open file theme.liquid then add this code to above the </head> tag

<style>
#shopify-section-footer footer.section-footer-padding{
padding-bottom: 0px;
}
</style>

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)

GemPages
Shopify Partner
5625 1261 1241

This is an accepted solution.

Hello @Hello22

It's GemPages support team and glad to support you today.

 

Please check out my suggestion below:

1. Go to Online Store -> Theme -> Edit code -> Layout

2. Open file theme.liquid then add this code to above the </head> tag

<style>
#shopify-section-footer footer.section-footer-padding{
padding-bottom: 0px;
}
</style>

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Hello22
Shopify Partner
31 0 3

Wow - that did it. Thank you, thank you🙏 I have been trying for so long. 

GemPages
Shopify Partner
5625 1261 1241

Hi @Hello22,

 

I am glad that my solution is helpful to you 😁.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center