Archived topic
Center Custom Menu in Footer Bar
3 replies · Started by Scott on May 3, 2021
Hello Team!
I have a Social Icon Menu I created and placed in footer bar to display social icons. I have tried every trick I know to center the menu but have not been able to get it to move. I have tried these methods too:
https://generatepress.com/forums/topic/aligning-the-navigation-center-in-the-footer-bar/
https://generatepress.com/forums/topic/footer-alignment-2/
https://generatepress.com/forums/topic/center-horizontal-nav-menu-in-footer-widget/
How can I do this?
THANKS
Hi there,
try adding this CSS:
#menu-social {
justify-content: center;
margin-bottom: 10px;
}
Worked like a charm - you guys are awesome - thanks!
You're welcome