Home Forums Trusted Submenu in two columns Reply To: Submenu in two columns

#10755
Andy
Keymaster

Change the CSS to this instead:

@media only screen and (min-width: 1025px) {
    #primary-menu ul {
        min-width: 360px;
    }
    #primary-menu ul li {
        width: 50%;
    }
}