I am trying to convert my test site to Drupal 5 and I use the chameleon theme. However, I've noticed that the primary links seems to have moved from left of the browser to right of the browser between 4.7.5 and version 5.0

I have tried to change it back to the left side using common.css and style.css without success. I am hoping someone here has a suggestion.

Thank you!

Test site: www.pemberworth.com/drupal (drupal version 5)
active site www.darcylicious.com (drupal version 4.7.5)

Comments

bjornarneson’s picture

#navlist {
  float: left;
}

drupalluver’s picture

That works perfectly! I was trying to adjust the primary links. Thank you!

cgjohnson’s picture

Your site looks great. As a newbie using a drupal theme, how did you get the image in the background? css? thanks.

drupalluver’s picture

I added the image using css. background url, I believe. It's been so long since I did it. Thanks for your comments.