We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Help Needed: Center Aligning Footer Content Text (Dawn Theme)

Help Needed: Center Aligning Footer Content Text (Dawn Theme)

MarcHasler
New Member
8 0 0

Hi Shopify Community,

 

I’m struggling to center-align the text links in my store’s footer (e.g., “Privacy Policy,” “Terms of Service”) so that they are horizontally aligned and perfectly centered. The payment icons are already correctly placed, but the text links remain misaligned despite my adjustments.

Current Behavior:

The text links appear shifted slightly to the left or don’t align horizontally with the payment icons.

Ive tried several CSS changes, but they don’t seem to fix the alignment issue.

 

Context:

Using a customized version of the Dawn theme.

Footer includes text links, payment icons, and branding info.

Custom CSS is added through the theme editor.

Question:

How can I ensure the footer text links are horizontally aligned and centered within the footer alongside the payment icons? Any specific CSS adjustments or troubleshooting advice would be greatly appreciated!

 

Thank you for your time and help! 😊

Screenshot 2025-01-07 at 15.56.48.png

Replies 7 (7)

websensepro
Shopify Partner
2144 268 319

Hi @MarcHasler , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
MarcHasler
New Member
8 0 0

Hi, Thanks a lot for your help! The website URL would be Jinzo.ch and the Password: ajhbfjhw&/

websensepro
Shopify Partner
2144 268 319

@MarcHasler 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

 

.footer__content-bottom-wrapper {
    display: flex;
    justify-content: center !important;
    width: 100%;
}

websensepro_0-1736262579849.png

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

 

 

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
MarcHasler
New Member
8 0 0

I put it in the bottom of the file base.css, saved it, reloaded the page and emptied cache but it didn't change anything. Screenshot 2025-01-07 at 15.56.48.png

topnewyork
Astronaut
1552 191 253

Hello, @MarcHasler 
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom

.footer__content-bottom-wrapper.page-width .footer__copyright caption {
    justify-content: center !important;
}

 Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
MarcHasler
New Member
8 0 0

I put it in the bottom of the file base.css, saved it, reloaded the page and emptied cache but it didn't work either

topnewyork
Astronaut
1552 191 253

Sorry for late reply, tr this code @MarcHasler 

footer__content-bottom-wrapper {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month