Align the footer content in center like the headers in DAWN theme v2.5.0

hello, i would like to ask for a code to align the content in center as you will see in photo below.

thanks in advance.

website: https://bianco-and-nero.myshopify.com/

password: raoshu

1 Like

@Bianco

sorry for that issue, sure i can help you can you try below code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-footer.css ->paste below code at the bottom of the file.
.footer-block__details-content {text-align: center;}
.footer-block__details-content>li:not(:last-child) {
    margin-right: 0;
}