Left-Align footer in Dawn theme & Decrease Column Margins

Left-Align footer in Dawn theme & Decrease Column Margins

FRA94
Tourist
7 0 3

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:

FRA94_0-1713556607747.png

What I'm looking for:

FRA94_1-1713556799005.png

 

Thanks in advance 🙂

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
9846 2340 2934

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:

Made4uoRibe_0-1713559544988.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
FRA94
Tourist
7 0 3

Thank you for the tip, although it did not work at the end of my base.css file.

Made4uo-Ribe
Shopify Partner
9846 2340 2934

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

Vinsinfo
Shopify Partner
485 165 167

@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.

 
1. From admin go to "Online Store" -> "Themes".
2. Click "Customize" button from the current theme.
3. Click "Footer" section and paste the below code in the Custom CSS field like in the attached screenshot.

 

.footer__content-top {
  max-width: 100%;
}
.footer__content-top .footer-block {
  max-width: 15%;
}

 

Vinsinfo_0-1713601375364.png

 

4. Then the final result will be like,
Vinsinfo_0-1713608013372.png
 
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support