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

#8665
Wes
Moderator

    @el_p change float: left; to float: right; around line 2002 in your css –

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

    That will change the order they appear since they are floating to the right now….so you’ll have to rearrange them in the opposite order in your menu settings and thats it.