I have been having the most difficult time trying to center the Primary Links. I want the buttons to display centered within the gray bar. I attached a file that show what I am looking for. Any suggestions?

CommentFileSizeAuthor
fever-screen.jpg43.97 KBBD3
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thejayequeue’s picture

Subscribing to this. I would like to know how to do this as well.

Deepika.chavan’s picture

Hi,
Add following css code in your custom.css file (which here - 'fever/css/').

#primary ul {
  width: auto;
  margin-left:27em;
}

#primary ul ul {
  width: auto;
}

Please change the value of 'margin-left' according to your site and Clear cached data.

HTH !!

Rgrds,
Deepika.