Home › Community Forums › Epik Theme Support › Seconday Nav menu float right › Reply To: Seconday Nav menu float right
November 2, 2013 at 11:54 pm
#8665

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.