By preston3271 on
Hello, All:
I am new to the drupal development and I wanted to modify the default Article Content Type to a two - column 40% Left - 60% Right layout. I went into the following directory ../drupal/sites/all/modules/ds/layouts/ds_2col_stacked40_60 where I successfully added the the new content type. The content type show up as an option now, but when I go into the content type
Home » Administration » Structure » Content types » Article_40_60 » Manage display
to choose the layout type, the new option does to show up. What am I missing on the configuration. Side note, I am using Display Suite module as well. Do I have to configuration something where as well?
Preston
Comments
Display Suite - Style
Okay, I think I found something with the Display Suite - Style panel
Configure styles which you can add to regions on the "manage display" screens. Add multiple styles line per line.
If you want to have a friendly name, separate class and friendly name by |, but this is not required. eg:
class_name_1
class_name_2|Friendly name
class_name_3
I okay, so . . . I have
and CSS is
Okay, how to do I make the magic here?