Remove padding above social media icons and below store policies

Remove padding above social media icons and below store policies

revtekautoparts
Excursionist
38 0 9

How can I remove the padding/space above social media icons and below store policies?

 

Thank you in advance.

 

Screenshot 2024-10-19 195424.png

Replies 3 (3)

devcoders
Shopify Partner
1315 154 373

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?

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Rahul_dhiman
Shopify Partner
808 155 169

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
15.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Moeed
Shopify Partner
7375 1996 2437

Hey @revtekautoparts 

 

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>
@media screen and (max-width: 767px) {
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    margin-bottom: 0 !important;
}
.footer-block--newsletter {
    margin-top: 0 !important;
}
.footer-block.grid__item {
    margin-bottom: 0 !important;
}
ul.footer-block__details-content.list-unstyled {
    margin-bottom: 1rem !important;
}
}
</style>

RESULT:

Moeed_0-1729333635308.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