Hi,
Test this in luna.css :
ul.primarynav {
width: 700px;
margin-left: 40px;
}
...
ul.primarynav li {
float: right;
list-style-type: none;
width: 140px;
}
That should help you.
But, I think that you must re-examine the code in the future.
Mick
Test this in luna.css :
Code:
ul.primarynav {
width: 700px;
margin-left: 40px;
}
...
ul.primarynav li {
float: right;
list-style-type: none;
width: 140px;
}
That should help you.
But, I think that you must re-examine the code in the future.
Mick