Hello,
-
I would like to center the three links in the footer area. (Unite theme)
-
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
You are welcome 
I will close this case now, Feel free to contact us again if you have other questions Thanks!