I was wondering how to change the "right align tabs" to a standard horizontal (left and right) navigation?
any ideas?

Comments

stephthegeek’s picture

Status: Active » Fixed

Do you mean putting those links in the sidebars? You can disable Primary Links on the theme settings page (handbook: http://drupal.org/node/357261) and use the menu blocks in your sidebars.

jwolf’s picture

My understanding is that you want the tabs floated left instead of right - i.e., left to right

You can do this by adding the following to local.css (please see the local_sample.css file that came w/ the theme):

#primary-menu 
  float: left;
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.