Regarding Main menu order
Permalink
I am a newbie user. Just 2nd day with c5 now. So please excuse if it is a stupid question.
After going through the screencast, I am trying to create my own theme and I am trying to float the menu items left instead of right (greensalad theme floats it right)
Below code lists the page added at the end as the first li element and that is spoiling the order of menu.
$a = new Area('Header Nav');
$a->display($c);
Is there a way to reverse the order or re-arrange the order?
Thanks,
Ramesh
After going through the screencast, I am trying to create my own theme and I am trying to float the menu items left instead of right (greensalad theme floats it right)
Below code lists the page added at the end as the first li element and that is spoiling the order of menu.
$a = new Area('Header Nav');
$a->display($c);
Is there a way to reverse the order or re-arrange the order?
Thanks,
Ramesh
The latest versions should all float the menu items in the right order..
I was using a old download. Got it figured out now. Thanks for pointing that out.
Thanks,
Ramesh
Thanks,
Ramesh
No problem - glad the culprit was something easy to fix.