Reply To: Align menu Item different than the rest

Home Forums Support Align menu Item different than the rest Reply To: Align menu Item different than the rest

Home Forums Support Align menu Item different than the rest Reply To: Align menu Item different than the rest

#227008
Tom
Lead Developer
Lead Developer

Hi Rylan,

.menu-item-float-left doesn’t exist by default, but you can add it:

@media (min-width: 769px) {
    .menu-item-float-left {
        float: left !important;
    }
}

Hope this helps 🙂