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

1 Like

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

1 Like

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

https://b4166b-b6.myshopify.com/products/basics-pink

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 tag.

RESULT:

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

Best Regards,
Moeed

1 Like

Thank you so much Mooed! but the issue is not resolved in mobile

Hey @beniwalanish

Keep the previous code and add this new code above 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:

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

Best Regards,
Moeed

1 Like

THANK YOU SO MUCH! :heart:

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.