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

najibx’s picture

maybe instead of using percentage, select px instead?
This will make the table at specified fix table size

jim0203’s picture

Status: Active » Closed (fixed)

Tks - 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.