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%;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025