I have a panel that uses the "Two Column 6-6 stacked" layout from the "Omega: 12 Column Grid" category. For this layout, the middle region is divided into 6 columns from the left and 6 columns from the right. I want to modify this layout so that instead of 6 left column and 6 right column in the middle, it will become something like 8 column left and 4 column right or 7 column left and 5 column right. I've already researched enough but still few resources

Comments

mrfelton’s picture

@DrupalRevisited - I think the best way to do this is to just add a new panels layout to your theme. Take one of omega's as a starting point, rename all the files, edit the class names, and add something like the following to your .info file to get panels to find it.

; PLUGINS
plugins[panels][layouts] = panels/layouts

Don't forget to clear your cache after altering the .info file. Note that you need to make sure that the filenames of any of the include files are less than 23 characters or panels won't be able to load them correctly.

I've added a placeholder to #155884: flashvideo.module : install FFMPEG on wamp where this can be properly documented. You may want to refer to #495654: Panels 3: Creating a custom layout in your theme for the time being.

Argus’s picture

The first link seems to be a typo: http://drupal.org/node/155884 ??

The second link is: Panels 3: Creating a custom layout in your theme

Only project issue numbers (ex. #12345: How do I log in as admin?) turn into links automatically, other nodes don't.

mrfelton’s picture

The first link was supposed to be to Omega Theme 3.x Help Documentation

Point 10 was the one I added "Creating custom Panels layouts for Omega 3.x". Obviously someone needs to write the actual article though!