Home › Forums › Support › Center align footer widget 1 This topic has 5 replies, 3 voices, and was last updated 10 years, 7 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 12, 2015 at 3:23 pm #128787 August 12, 2015 at 3:25 pm #128788 TomLead Developer Lead Developer Hi there, Does the plugin/widget you’re using have an alignment setting? If not, CSS like this may work: .social-icons-widget ul { text-align: center; } .social-icons-widget ul li { float: none; display: inline-block; } Adding CSS: https://generatepress.com/knowledgebase/adding-css/ August 13, 2015 at 1:25 am #128875 Marko Hm. it does’nt work for me. .footer-widget-1 ul { text-align: center; } .footer-widget-1 ul li { float: none; display: inline-block; } Could you please check? url: http://dev.webseite-online.de/ August 13, 2015 at 8:50 am #128944 TomLead Developer Lead Developer Try this instead: .footer-widget-1 ul { text-align: center; } .footer-widgets .widget_nav_menu li { float: none; display: inline-block; } August 13, 2015 at 10:57 pm #129160 Marko Hi Tom. This code works. .footer-widget-1 ul { text-align: center; } .site.footer-widgets .widget_nav_menu li { float: none; display: inline-block; } Thank you for your support. Marko August 13, 2015 at 11:15 pm #129180 TomLead Developer Lead Developer No problem! Happy to help 🙂 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