Center Footer Links

Solved

Center Footer Links

1991rameed
New Member
7 0 0

I was able to get my copyright text perfectly centered but I still need to know how to center the footer links on desktop and mobile of Dawn theme.

Accepted Solution (1)
DaisyVo
Shopify Partner
4338 482 568

This is an accepted solution.

Hi @1991rameed 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

 

{% style %}
ul.footer-block__details-content.list-unstyled > li {
    margin: 0 !important;
    text-align: center !important;
}
{% endstyle %}

 

 

DaisyVo_0-1738911322890.png

 

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 12 (12)

topnewyork
Astronaut
1299 160 217

Hi @1991rameed Please share store URL and protected password too
Thank you!

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

B2Bridge
Excursionist
334 67 82

Hi @1991rameed 
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

DaisyVo
Shopify Partner
4338 482 568

Hi @1991rameed 

 

Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update? Attach pictures so I can better understand your problem.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
1991rameed
New Member
7 0 0
B2Bridge
Excursionist
334 67 82

Hi @1991rameed 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag

Here is the code for Step 3:

 

 

 

 

{% style %}
.footer-block__details-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
{% endstyle %}

 

 

 

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.

1991rameed
New Member
7 0 0

Unfortunately, that didn't center it correctly but the code sent by Daisy below worked...thank you for trying to help

 

Screenshot 2025-02-07 at 2.12.59 AM.png

1991rameed
New Member
7 0 0

Screenshot 2025-02-06 at 7.08.26 AM.jpg\I

DaisyVo
Shopify Partner
4338 482 568

This is an accepted solution.

Hi @1991rameed 

 

I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

 

{% style %}
ul.footer-block__details-content.list-unstyled > li {
    margin: 0 !important;
    text-align: center !important;
}
{% endstyle %}

 

 

DaisyVo_0-1738911322890.png

 

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
1991rameed
New Member
7 0 0

I fixed the footer copyright text but the footer links I am not having any success centering them on desktop or mobile...also I'm trying to hide the chat on all the pages including products and categories and only show it on the home page

DaisyVo
Shopify Partner
4338 482 568

OK, Try my solution above, and let me know if it solves your problem

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
1991rameed
New Member
7 0 0

That worked perfectly, thank you soooo much!

 

Screenshot 2025-02-07 at 2.13.55 AM.png

1991rameed
New Member
7 0 0

I figured out the chat issue