This is a good theme in my eyes, ty
Can you explain how i can center the menu's system?

you can view my work with this theme at http://www.shattered-broken.com

CommentFileSizeAuthor
#2 page.tpl_.php_.patch911 bytesbkat
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Draven_Caine’s picture

anyone? any help for this issue?

bkat’s picture

FileSize
911 bytes

I also found that the primary links weren't displaying. The following patch fixes that and the double site slogan.

iantresman’s picture

Title: Primary menu's » Primary menu: centering

I didn't center mine, but moved the menu tabs from the left, by adding some padding as follows (defined in the style.css file):

#primary-links, #primary-links ul {
  padding: 0 0 0 220px;
  margin: 0;
  line-height: 30px;
  list-style: none;
  background: url(images/primary-bg.png) repeat-x;
}