Home › Forums › Support › Footer menu centered but not on top of each other This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 25, 2018 at 8:27 am #686007 Matthias Hi i tried some coding and I cant get my footer menu centered without going on top of eachother. I want the structure I have now but centered. Is this possible without using left padding for example GP Premium 1.7.2 September 25, 2018 at 12:57 pm #686237 LeoStaff Customer Support Hi there, Modify this CSS: .footer-widgets .widget_nav_menu li { text-align: center; float: left; margin-right: 30px; margin-left: 0px; } to this: .footer-widgets .widget_nav_menu li { margin-right: 30px; margin-left: 0px; display: inline; } Then center with this: .footer-widgets { text-align: center; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 25, 2018 at 1:16 pm #686254 Matthias thx ! September 25, 2018 at 1:17 pm #686255 LeoStaff Customer Support No problem 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In