Hi

I created a 'content type' and added a 'group'. When i try to add field, drupal only allow new field to be added at the bottom (top down). I want the 2nd field to display beside the 1st field.

I want:

-- Group A -------------
[Field 1] [Field 2]

Not:
-- Group A -------------
[Field 1]
[Field 2]

Comments

nishitdas’s picture

The simple way is to modify the filedset and specific field values in CSS file.

If you want to go further then try contemplate module. Try it only if you the patience & desire to write the complete CSS file for the content type

Any better way around ?