Closed (fixed)
Project:
Panels
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2006 at 17:46 UTC
Updated:
14 Jan 2008 at 11:43 UTC
Does anyone know of a recipe to create custom panel sizes? I have looked around drupal.org, but so far have come up empty handed. I know it can't be that hard, i just haven't figured out how to do it.
Thanks
Comments
Comment #1
Nathan005 commentedits really easy... in the panel you can load a custom .css file. if you don't specify it loads the default automatically. All you have to do is change the panel's definition that you want to change. For example below is the default for a 2 column layout. all you would have to do is change the 2 50%'s to 25% and 75% and you would have created a custom panel size
Comment #2
catchClosing this. Was always possible, now even easier.