If you're viewing the site in the default browser settings (100%) and then zoom out just one step (CTRL - in either Firefox 5 or IE8), the right hand column / column 3 disappears from its right hand position and displays at the bottom of the page instead. Screenshots attached, firstly of the normal view and then one zoom step down (or go to http://www.cheeseonthegreen.com and do it manually). Can the column be made to stay in position when the user zooms out?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thoughtcat’s picture

*bump* :)

Any thoughts??

anthonyjhall’s picture

subscribing.

Empiric’s picture

Add this to your css:

.make-it-center {position: relative;}
.column-3 {position: absolute; right: 0;}

I believe this quick fix will prevent column from falling under the content while zooming out

thoughtcat’s picture

That worked - brilliant, thank you! :)

It seems to have pushed the site down about 20 pixels if you're logged in as an administrator with Admin Toolbar turned on - it's not intrusive enough to worry about, but if anything springs to mind then please post.

I've just found that the issue isn't present in IE9, if that's any help also.

thoughtcat’s picture

Oh dear! The update has fixed the original problem but introduced a new one - if the right hand column (column-3) goes over a certain length, it occludes the footer - see screenshot.

thoughtcat’s picture

Issue summary: View changes

added link to site showing the problem