Home › Forums › Support › How do I align links I have placed in my footer bar? This topic has 5 replies, 2 voices, and was last updated 4 years, 1 month ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 20, 2019 at 5:58 pm #816095 Nicole I want these there items to show up horizontally, rather than stacked. It should look like this: Privacy Policy © My name Disclaimer Rather than: © My name Privacy Policy Disclaimer How do I make that happen? GeneratePress 2.2.2 February 20, 2019 at 6:26 pm #816107 TomLead Developer Lead Developer Hi there, Have you tried adding the links as a widget in the Footer Bar widget area?: Appearance > Widgets Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development February 20, 2019 at 7:57 pm #816127 Nicole I have them in my footer bar (widgets), but they’re not showing up for some reason. So I need to make them show up, then get them to align horizontally in some way. February 21, 2019 at 9:11 am #816803 TomLead Developer Lead Developer Try setting your footer bar alignment to “Center” in Customize > Layout > Footer. Then add this CSS: .footer-bar, .inside-site-info { display: flex; } .footer-bar { margin-left: auto; } .footer-bar > * { margin: 0 10px; } .copyright-bar { margin-right: auto; margin-left: 10px; } Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development February 21, 2019 at 8:34 pm #817182 Nicole I decided to right-align everything in the footer instead. All good. Thanks! February 22, 2019 at 9:11 am #817803 TomLead Developer Lead Developer No problem 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In