Reply To: Secondary Nav alignment

Homepage Community Forums Optimal Theme Support Secondary Nav alignment Reply To: Secondary Nav alignment

#1891
Wes
Moderator

    The easiest way is to add “float: right;” to this – “.menu li” which should be located on or around line 365. Keep in mind, this will reverse the order since it starts with the first “li” and moves it to the very right. So you’ll need to rearrange the order on your menus page.

    .menu li {
    float: right;
    list-style-type: none;
    }