Reply To: Seconday Nav menu float right

Homepage Community Forums Epik Theme Support Seconday Nav menu float right Reply To: Seconday Nav menu float right

#8666
el_p
Customer

    thnx Wes – doing that actually changed my primary menu to float right but I really want the secondary menu to float right (not the primary) – so I inserted this code and its working:

    .nav-secondary .genesis-nav-menu .menu-item {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    }