Archived topic
How To Center Align a Footer Navigation
5 replies · Started by renaissance868 on May 25, 2021
I am using the SlideOut theme and I am using a footer navigation menu in the footer. How can I get the text links to display at the center? I just added an author box and it went left aligned for now reason
I already read the forum and tried some of your suggestions but nothing worked.
Hi there,
Can you link us to the page in question so we can check?
You can use the private information text field to provide the site details. Let us know.
I sent the website URL privately
Try adding this CSS:
ul#menu-footer-menu {
justify-content: center;
}
Here's how to add CSS - https://docs.generatepress.com/article/adding-css/
Thanks. It worked
Glad it worked for you. No problem. :D