Hallo

2. My site title is literaturpsychologie.de The lower part of the p, y and g is not visible, perhaps covered by the primary links menu. What can I do?

Thanks, for this great theme.

Alex

CommentFileSizeAuthor
#1 nitobe-site-title-problem.jpg45.93 KBalexteichmann79

Comments

alexteichmann79’s picture

StatusFileSize
new45.93 KB

Hallo.

Now, I have an image showing the problem.

Thanks in advance

Alex

Anonymous’s picture

Title: Site Title and primany links section » CSS Bug: Margin on title doesn't clear lowercase descenders
Assigned: Unassigned »
Category: support » bug

This is actually a bug in Nitobe's style sheets. The bottom margin on the title isn't large enough.

BiosElement’s picture

Edit your nitobe/styles/style.css

Original

.node .node-headline h2 {
  display: inline-block;
  float: left;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  width: 66%;
}

Fixed

.node .node-headline h2 {
  display: inline-block;
  float: left;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  width: 66%;
}
Anonymous’s picture

This fix has been committed to style.css v 1.1.2.5

Anonymous’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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