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

How to reduce the gap between menu links and powered by Shopify

Solved

How to reduce the gap between menu links and powered by Shopify

beniwalanish
Tourist
8 0 2
Accepted Solutions (2)
Moeed
Shopify Partner
6322 1715 2067

This is an accepted solution.

Hey @beniwalanish 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.footer__content-top.page-width {
    padding-bottom: 0 !important;
}
</style>

RESULT:

Moeed_0-1715685777732.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Moeed
Shopify Partner
6322 1715 2067

This is an accepted solution.

Hey @beniwalanish 

 

Keep the previous code and add this new code above </style> in theme.liquid with the same steps mentioned above

@media screen and (max-width: 767px) {
.footer-block__details-content {
    margin-bottom: 0 !important;
}
.footer-block.grid__item {
    margin-bottom: 0 !important;
}
}

RESULT:

Moeed_0-1715688181618.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 8 (8)

BSSCommerce-HDL
Shopify Partner
2305 834 908

Hi @beniwalanishCan you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Moeed
Shopify Partner
6322 1715 2067

This is an accepted solution.

Hey @beniwalanish 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.

<style>
.footer__content-top.page-width {
    padding-bottom: 0 !important;
}
</style>

RESULT:

Moeed_0-1715685777732.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


beniwalanish
Tourist
8 0 2

Thank you so much Mooed! but the issue is not resolved in mobile WhatsApp Image 2024-05-14 at 17.01.13.jpeg

Moeed
Shopify Partner
6322 1715 2067

This is an accepted solution.

Hey @beniwalanish 

 

Keep the previous code and add this new code above </style> in theme.liquid with the same steps mentioned above

@media screen and (max-width: 767px) {
.footer-block__details-content {
    margin-bottom: 0 !important;
}
.footer-block.grid__item {
    margin-bottom: 0 !important;
}
}

RESULT:

Moeed_0-1715688181618.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


beniwalanish
Tourist
8 0 2

THANK YOU SO MUCH! ❤️

 

Moeed
Shopify Partner
6322 1715 2067

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Moeed
Shopify Partner
6322 1715 2067

Hey @beniwalanish 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications