Reply To: center menu displayed in footer

Home Forums Support center menu displayed in footer Reply To: center menu displayed in footer

Home Forums Support center menu displayed in footer Reply To: center menu displayed in footer

#101277
Tom
Lead Developer
Lead Developer

Let’s try this instead:

.footer-widgets .menu {
    text-align: center;
}

.footer-widgets .widget_nav_menu li {
    display: inline-block;
    margin-right: 10px;
}