Hello… I am looking for some code to add to reduce the space between the headings and Shipping, returns, etc in my theme footer menu.
Thank you for your help.
Hello… I am looking for some code to add to reduce the space between the headings and Shipping, returns, etc in my theme footer menu.
Thank you for your help.
Hello,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Please Share your store live url with password (if it password protected) where you want to do modification, so that I will solve your issue here!
Hi, welcome to the shopify community
please share your site URL and if your site is password protected then please share password also,
so, I will help you to solve this issue.
hello @RobertVTH
Please provide the website URL and if your store is password protected then also provide a password So I will check and provide a solution here.
Thanks
.desktop-3.tablet-3.mobile-3.footer-menu {
padding: 0;
margin: 0;
}
.footer-menu h4 {
padding: 0 !important;
}
div#footer-wrapper {
padding: 25px 0;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->stylesheet.scss.liquid