I'm filing this as a bug report since I'm seeing a menu issue using the latest Fusion Core, where the tab graphics are doubling-up vertically. (see attached image)

I'm also experiencing the h1 / h2 (?) doubling up as reported in December by someone else and seeing no action on that.

Overall it's a pretty sub-theme and I'd like to see it go further, but if not I'd like to know that's the case. Perhaps it's just a case of needing to be tweaked for recent Fusion developments?

CommentFileSizeAuthor
celadon1.jpg28.45 KBBrian1234
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pmbd’s picture

I found a solution: in /css/celadon-style.css change the height and line height values from 40px to 18px. Find the following code and change the 40 to 18 in two places:

.primary-menu-inner li a {
  padding: 0 1em;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  float: left;
  height: 40px;  /* Change to 18px;
  line-height: 40px;  /* Change to 18px;
  padding: 0 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-shadow: #10161C 0 -1px 1px;
  background: url(../images/tab_left.png) no-repeat top left transparent;
}

I really like this theme -- hope it continues. . .

visum’s picture

I solved this issue by making an override in the local.css file:

.primary-menu-inner ul li a, .primary ul li .nolink {
  padding: 0 15px;
}

I, too, am interested in seeing development on this theme continue.

that0n3guy’s picture

sub... This is a good look'n theme... I'd like to keep it around.

loko’s picture

Thank You. This work:

Guru’s picture

Status: Active » Closed (duplicate)
Issue tags: +CSS, +Drupal 6.x, +Celadon Theme

#781694: Menu display at top has, I'd say, a better solution for tab doubling-up vertically.

#671858: Titles are displayed twice in front page or teaser view. for the solution of h1/h2 doubling-up.