Center footer link list on Dawn Theme 2.0

Hello there,

As you see in the screenshot I already made the headers of each menu centered in the code. But somehow I dont get the list it self centered. Which code do I have to add or edit?

Thanks in advance!

Hi @RICARDO-watches ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

https://ricawatches.myshopify.com

password is: shirley

@AvadaCommerce

Hi @RICARDO-watches ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css->paste below code at the bottom of the file:
.footer__content-top .grid__item {
    text-align: center !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

This is work also for me, is there’s a way to center the link list also in mobile view?
Thanks :slightly_smiling_face: