Shopify themes, liquid, logos, and UX
Hello,
I'd like to left align all of the content in my footer and decrease the margin/padding around the columns to make them closer.
fullridgeadvisors.com
PW: fullridge2
Current:
What I'm looking for:
Thanks in advance 🙂
HI @FRA94
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
width: 60%;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you for the tip, although it did not work at the end of my base.css file.
try to add !important then.
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
width: 60% !important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
@FRA94 Please follow below steps to left align all of the content in footer and decrease the spacings between the columns to make them closer. Let me know whether it is helpful for you.
.footer__content-top {
max-width: 100%;
}
.footer__content-top .footer-block {
max-width: 15%;
}
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025