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.
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
Hey @beniwalanish
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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
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
THANK YOU SO MUCH! ![]()
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.



