How can I remove the padding/space above social media icons and below store policies?
Thank you in advance.
How can I remove the padding/space above social media icons and below store policies?
Thank you in advance.
Hello @revtekautoparts
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
Hello @revtekautoparts
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->section-footer.css
add this code at the end of the file.
@media screen and (max-width: 749px) {
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
margin-bottom: -10rem !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey @revtekautoparts
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