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%;
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025