http://test.empx.net/cmsms/
So I want to right justify my top menu. So I edited the CSS (Navigation ShadowMenu - Horizontal) and I changed float: left to float:right
Code: Select all
/* floating left will set menu items to line up left to right else they will stack top to bottom */
float: right;
Now, this right justifies the menu but all the menu items are now in reverse order...How do I correctly right justify the top menu or correct the order they are now in?? If I just change their order under content > pages then they are in the wrong order in the footer!
Thanks,
Mike