Closed (fixed)
Project:
Panels
Version:
5.x-1.2
Component:
Display rendering
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2008 at 12:34 UTC
Updated:
16 Jun 2008 at 18:32 UTC
I'm working on a very simple Drupal site for a local charity/day centre. The site can be seen at www.ageconcern-haywardsheath.org.uk. I'm using panels to split the front page into three columns, across a fluid layout. This works fine if the screen resolution is high enough and the browser window is maximized, but if there's not enough screen width to fit the three columns on to, the right-hand column drops below the other two columns.
This is particularly weird, as the left-hand and centre columns rescale width-wise as the window is resized.
Anyone know how I can fix this?
Comments
Comment #1
najibx commentedmaybe instead of using percentage, select px instead?
This will make the table at specified fix table size
Comment #2
jim0203 commentedTks - that wouldn't have worked originally as I was on a liquid template, but I changed the template to fixed width and it worked fine. I did that site when I was pretty inexperienced and reckon I could work it out now, but have no need to.