What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I remove white space in Sense theme footer?

Solved

How can I remove white space in Sense theme footer?

nais1
New Member
4 0 0

Hello ! I want to add two things to my footer: a custom liquid in which I have an image, then the section for the newsletter.

 

Capture d’écran 2024-04-07 à 13.34.02.png

Capture d’écran 2024-04-07 à 13.33.46.png

However, even after reducing all the margins to 0, I still have a slight white space between the two that I can't remove.

Thank you in advance for your help

Accepted Solution (1)
theycallmemakka
Shopify Partner
1746 425 443

This is an accepted solution.

You can add this CSS to remove the whitespace.

 

<style>
section#shopify-section-sections--20821651194190__newsletter {
    margin-top: 0px;
}
section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 {
    margin-bottom: 0!important;
}

section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 .gradient{
   background: linear-gradient(0deg, rgba(239, 231, 218, 1) 23%, rgba(241, 235, 226, 1) 100%);
}

</style>

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 4 (4)

theycallmemakka
Shopify Partner
1746 425 443

Hi @nais1 ,

 

Can you provide link to the store?

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

theycallmemakka
Shopify Partner
1746 425 443

This is an accepted solution.

You can add this CSS to remove the whitespace.

 

<style>
section#shopify-section-sections--20821651194190__newsletter {
    margin-top: 0px;
}
section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 {
    margin-bottom: 0!important;
}

section#shopify-section-sections--20821651194190__custom_liquid_dN9xn6 .gradient{
   background: linear-gradient(0deg, rgba(239, 231, 218, 1) 23%, rgba(241, 235, 226, 1) 100%);
}

</style>

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

nais1
New Member
4 0 0

Thank you very much for your time and patience.

The code now works perfectly,

many thanks

nais1
New Member
4 0 0

thank you very much for your time and patience.

The code now works perfectly,

many thanks