Home › Community Forums › Epik Theme Support › Seconday Nav menu float right › Reply To: Seconday Nav menu float right
November 3, 2013 at 12:11 am
#8666

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;
}