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

#101120
Tom
Lead Developer
Lead Developer

Hi there,

Give this CSS a try:

.footer-widgets .widget_nav_menu li {
    float: left;
    margin-right: 10px;
}