Re: [IMPULSE] remove space at the top of footer

Solved

[IMPULSE] remove space at the top of footer

RaphGO
Excursionist
13 0 5

Hi ! My shop is ed4ee3.myshopify.com
There is no password, I'm using IMPULSE THEME.

On mobile version, I would like to reduce the space which is on top of the footer, on every page of the shop.
Please kindly note that on the desktop version of the shop, this problem is not occuring.
Thank you.

footer space.png

Accepted Solution (1)

shreyhweb
Shopify Partner
694 116 129

This is an accepted solution.

 Hello,

 

Please add the below code above </body> in theme.liquid

 

online store >> edit code >> theme.liquid

 

<style>
@media screen and (max-width: 767px) {
footer .page-width .grid {
padding-top: 10px!important;
}
}
</style>

 

after added the given code dropdown looks like this.

 

 

If our solution is helpful for you then Please like the post and tap on accepted.

 

If you want to discuss any further information then please contact us on our whatsapp.

 

We will always here for your help.

 

Thankyou 🙂

 

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com

View solution in original post

Replies 4 (4)

shreyhweb
Shopify Partner
694 116 129

This is an accepted solution.

 Hello,

 

Please add the below code above </body> in theme.liquid

 

online store >> edit code >> theme.liquid

 

<style>
@media screen and (max-width: 767px) {
footer .page-width .grid {
padding-top: 10px!important;
}
}
</style>

 

after added the given code dropdown looks like this.

 

 

If our solution is helpful for you then Please like the post and tap on accepted.

 

If you want to discuss any further information then please contact us on our whatsapp.

 

We will always here for your help.

 

Thankyou 🙂

 

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
RaphGO
Excursionist
13 0 5

thank you very much ! I did try to add some code in theme.css.liquid before asking a question here but it didn't work back then.

Your solution is perfect ! thank you again 🙂

shreyhweb
Shopify Partner
694 116 129

@RaphGO 

 

our pleasure friend. we will always here for help 🙂

- If You Find Our Solution Helpful Please Like And Mark As Accepted!
- Sip, savor, and support – your Coffee Tip helps us keep coding.❤️
- If You Want To Further Discussion. Then Contact - info@shreyhsoftsolutions.com
shir43
Visitor
1 0 1

Dear friend, and if i want it on the desktop too?