I am using version 2.0 of the Zen theme. Instead of creating my own sub-theme I have simply edited the main zen theme. I am trying to make the primary links list from the right instead of the left. The current code is as such:

#navigation {
float: left; /* LTR */
width: 100%;
margin-left: 0; /* LTR */
margin-right: -100%; /* LTR */ /* Negative value of #navigation's width + left margin. */
padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
height: 2.3em; /* The navigation can have any arbritrary height. We picked one
that is the line-height plus 1em: 1.3 + 1 = 2.3
Set this to the same value as the margin-top below. */

}

I've tried changing the float value to right which caused the primary links to disappear.

I've tried many combinations but to no avail. For the life of me I can't figure it out.

If anyone knows how to make the links list from the right side I'd be much abliged. The website is at http://www.madscientistsfilms.com

Comments

markusa’s picture

ok how to do that is to set the float to right and set the width to 0 and margin-left to -100% and margin-right to 0