Together with Panels 3, the layout does not look like three columns when turned on? All the regions are just showed beneath each other.
If you turn on some of the standard layouts the layout will be shown in the gui afterwards.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot.png | 87.68 KB | lsolesen |
Comments
Comment #1
lsolesen commentedI have been investigating a bit. If I add the precision grid css using drupal_add_css() in the .inc-file the layout will be shown correctly. However, then you need a wrapper div with class="clearfix".
Is there any reason you have not added the grid-css in the layout, so it will be rendered nicely inside panels also?
Comment #1.0
lsolesen commentedMade the message more precise.