When displaying fields with their labels inline, the labels get pushed down. I think it is caused by the labels being put out as h2. But I cannot find any CSS to alter that. It occurs in the core theme, as well as in any subthemes.
Anyway, I love this theme! Keep on rocking!

CommentFileSizeAuthor
screenshot: labels out of place61.16 KBxqbzzr

Comments

Jeff Burnz’s picture

Is this a whole bunch of test fields with the labels inline, say in a node?

Jeff Burnz’s picture

Status: Active » Fixed

I see the problem, use this in your subtheme:

.field-label-inline .field-label {
  margin: 0;
}

I have added this the theme, so will be in the next release, great stuff!

Status: Fixed » Closed (fixed)

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