Reply To: Secondary nav menu item float

Home Forums Support Secondary nav menu item float Reply To: Secondary nav menu item float

Home Forums Support Secondary nav menu item float Reply To: Secondary nav menu item float

#238392
Tom
Lead Developer
Lead Developer

You’d just need to overwrite that CSS:

@media (max-width: 768px) {
    .sf-menu>li.menu-item-float-right {
        float: right !important;
    }
}