Closed (works as designed)
Project:
Panels
Version:
6.x-3.0-rc1
Component:
Panel pages
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2009 at 16:36 UTC
Updated:
23 Oct 2011 at 16:46 UTC
if i try to pull the width of a panel to the right, i can not reach more then 772px. i use garland as the admin theme and there i can't pull the panel further.
Comments
Comment #1
merlinofchaos commentedYou can pull it as far as your window will let you, and there is no internal limitations at all. But if that is as wide as you can get the window to go there, then that is as far as you can extend it. Can you make your window bigger?
Comment #2
marcel tuchek commentedi'm working on a 24" imac with firefox. so the window is actually much bigger. may be it's a problem with the garland theme, which i use as an "admin theme"?
but i solved the problem by overwriting the width of the divs in my own css.
Comment #3
dddave commentedI am also stumbling upon the772px limit. Admin theme is Garland, site theme is Acquia_Marina (latest .dev).
If I add a row and include regions with a fixed width I cannot get more than 772 px. Regions set to be flexible display propperly and add up to be broader (948 px) which is the correct width.
So problems only exist for me with "fixed" settings.
Comment #4
esmerel commentedGarland is setting the limitation - there's no good/easy fix for this with Garland. Right now it's going to be best to create your own layouts or to use another theme that doesn't enforce the 720 limit.
Comment #5
dddave commentedOk, that makes sense. Thx!
Comment #6
dddave commentedI think the new title is appropriate until somebody comes up with other themes setting limits to panel widths.
Comment #7
Mike_Waters commentedCould this be added to the documentation?
(something noting that Panels itself puts no limitation on page width in the layout designer when using fixed-width columns, rather, it's the admin theme restricting the max width)
Comment #8
hefox commentedUsing the latest stable release of panels and had this issue with Garland, acquia marine, and a 960 sub theme. Only one that worked was zen fluid layout.
Comment #9
nu-designs commentedIf you're using the Garland as the admin theme, in the style.css on line 357, you can change max-width: 1270px; to max-width: none; to fix this issue with Panels.
Comment #10
merlinofchaos commentedHey that's a handy workaround until I can come up with a good way to deal with this. I tried experimenting with something that would move the layout designer more or less outside the theme but that got kind of ugly. Raw positioning is hard.
Comment #11
lelizondo commentedSubscribing. I'm using 960 and I'm having the same problem. Applying a similar solution to what #9 proposes didn't fix the problem for me. Using CSS to fix the problem for now.
Comment #12
Letharion commentedIn the end, not a panels problem. Documented here for anyone else who has this problem. It _could_ go into the docs as suggested, but I don't really think it belongs in there as the docs isn't meant to be a "list of all known issues". Also I don't really think flexible is maintained much any more.