I am running the most recent version of 7 & have seven enabled as my admin theme. I have created a content type with a bunch of fields and I have set each field to display "inline" under display settings. When I go to create a new node of this type, the labels continue to show above the fields, not inline. Thoughts?

Thanks.

Comments

WorldFallz’s picture

The display settings 'inline' option applies to fields when viewed, not during edit. You can use css to change their behavior to inline though.

KingMoore’s picture

Thanks. Now if only I wasn't lousy at CSS.

WorldFallz’s picture

You should be able to do it with something like:

form.node-form label {
  display: inline-block;
}
mcfilms’s picture

You're gonna need to get your css chops down. But in the interim, you could try the Arrange Fields module.

http://drupal.org/project/arrange_fields

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com