Shopify themes, liquid, logos, and UX
Hi everyone!
I'm trying to remove the padding from the social media icons and the policies in the footer, but I can't figure out how.
I'm trying to go from this:
To this:
Any help is appreciated!
Solved! Go to the solution
This is an accepted solution.
Oh, I see would you mind to replace with this code.
.footer__content-top.page-width {
padding-bottom: 0px !important;
}
.footer__content-bottom {
padding-top: 0px !important;
}
And Save. Its the same code but i just add the important. Thanks!
Hi @Derkdw
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
The URL is: soundrealm.co
Thanks for the info, try this one.
.footer__content-top.page-width {
padding-bottom: 0px;
}
.footer__content-bottom {
padding-top: 0px;
}
Hi, this does change the social media icons, but it doesn't change the policies.
This is an accepted solution.
Oh, I see would you mind to replace with this code.
.footer__content-top.page-width {
padding-bottom: 0px !important;
}
.footer__content-bottom {
padding-top: 0px !important;
}
And Save. Its the same code but i just add the important. Thanks!
This worked, thank you!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024