Using the default, site-wide contact module, my contact page drops below the left-side pane. The net result is a header, a left-sidebar, and a big white space to the right. Scroll down, and see the contents of the contact page below the left sidebar.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | screenshot-IE-alignment.gif | 43.48 KB | texas-bronius |
Comments
Comment #1
texas-bronius commentedI have already customized my style.css, so I feel some shame in tearing into layout.css directly:
layout.css,v 1.5.2.1 2007/01/17 05:28:41 jjeff
At any rate, I changed the #squeeze margin-left's to padding-left's.
I have no idea how this will affect other screens, other browsers, or default (with this change) zen layouts....
Comment #2
texas-bronius commentedAttached is a screen shot showing both before (margin) and after (padding) in default Zen, no customization.. but only Left sidebar is used (darn it-- I knew I would forget something).
Comment #3
add1sun commentedmarking this as a duplicate of http://drupal.org/node/89656. Have you read through that issue and tried some of the solutions there? Notably, for pages that have forms, there is a core Drupal patch (http://drupal.org/node/101305) which fixes the issue for most people.