How can I center footer text in the Dawn theme?

How can I center footer text in the Dawn theme?

amonichanel
Excursionist
23 0 6

Hi I am using the dawn theme and would like keep my footer sections where they are but center the text. Is there a code that I can use that will help me do this.

Replies 5 (5)

KetanKumar
Shopify Partner
37598 3668 12156

@amonichanel 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

oscprofessional
Shopify Partner
16344 2438 3180

Hello @amonichanel 

could you share the proper website URL so that I can review it?

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
oscprofessional
Shopify Partner
16344 2438 3180

Hello @amonichanel 

Try this code: It will be helpful to you-

Go to the online store>theme>Assets>new-theme.scss.css>Add code in this file.

#shopify-section-footer footer ul.left-content {
    text-align: center !important;
}
#shopify-section-footer .mailing-list form {
    margin: 0 auto !important;
}
#shopify-section-footer .mailing-list h6 {
    text-align: center !important;
}

 

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...