Hi, I can't seem to find anything in the layout.css file that controls the spacing of fields. Is there somewhere else I should look? Here is a screenshot of a "profile" content type that I created with the fields.

CommentFileSizeAuthor
profileScrnShot2.jpg182.69 KBJTX
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deepika.chavan’s picture

Hi,
I created content type 'profile' in that I created two fields namely First name (machine name- fname) and Last name( machine name- lname).
So I got css classes like 'field-field-fname' and 'field-field-lname' respectively.
Then I added following css to increase the space between the fields :

.field-field-fname, .field-field-lname {
  margin-bottom: 10px;
}

Rgrds,

Deepika Chavan.

heather’s picture

Status: Active » Closed (fixed)

Looks like that's fixed! Thanks Deepika.