Closed (fixed)
Project:
AD Lemon Twist
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Dec 2008 at 00:47 UTC
Updated:
8 Feb 2009 at 10:24 UTC
The primary menu is sorting in descending weight order rather than ascending weight order.
Comments
Comment #1
jmarkantes commentedI started looking into this and believe it has to do with the css, not really with the theme code. I'll try to look further in a couple of days when I get time but if anyone else has some ideas, go for it.
Jason
Comment #2
juroon commentedI had this exact same problem. I apparently made some modifications to my CSS (different theme - Skymod) that I had forgotten or didn't know about. It nearly drove me crazy until I finally did a compare between my modified CSS and the original. I had tried out a menu module, and somehow in that process, Skymod's style.css line 308 got changed.
I had:
#header .navigation .links li {
float:right;
}
And it should have been:
#header .navigation .links li {
float:left;
}
I fixed it and my menu reversed right back. Maybe you've got something similar going on.
Comment #3
jmarkantes commentedOops, forgot to post a fix back here. I added this line:
And changed the "#primary a" float attribute:
Comment #4
Alan Cooney commentedFixed in dev version, please test.
Comment #5
Alan Cooney commented