Center Footer Links and Copyright

Hello,

  1. I would like to center the three links in the footer area. (Unite theme)

  2. Also, I’d like to center the custom copyright and Unite Theme powered by Wordpress. Preferably one would be centered under the other, as below:

Copyright © 2019 Summit Publications, Inc. All rights reserved.
Unite Theme powered by WordPress.

Hello,

I hope you are doing well today.

You can use the following CSS code to cent both of those elements by going to Appearance > Customize > Additional CSS and pasting it there.


.col-md-6 {
width: 100%;
text-align: center !important;
}

.footer-nav.nav {
float: none;
}

Best Regards,
Support

Thank you so much. :slight_smile:

You are welcome :slight_smile:
I will close this case now, Feel free to contact us again if you have other questions Thanks!