Greetings!

Since I am not a technical person I was not sure if this was similar to "positioning issue with avatars' hence I have submitted a seperate bug.

All the nodes appear fine, except the nodes which are wide i.e have multiple colums. e.g Admin page also. Since I was working on a live site I didn't check further.

The sidebars appear at the right positions but the entire node content sinks to the bottom leaving only the title at the top with a big white space in between.

I am desperate for using this theme, and hence I will request you to please guide me in this matter. I will be highly obliged.

Comments

kbahey’s picture

Component: Code » Stylesheets

I have seen this (or something similar to it) happen in MS IE 6, when the browser window is narrowed beyond a certain point. The area between the right and left sidebars go blank, and all the content in the middle is "squeezed to the bottom" (think of how a ketchup or mayo bottle would be sequeezed, and you get the idea).

I can't reproduce it right now though.

Anonymous’s picture

I am having the same problem in both IE 6 and Firefox. When you try to create content, everything is pushed to the bottom of the page. You can see an example at http://www.fortunesupport.com.

Any help would be appreciated.

Thanks.

mediamotor’s picture

For the record, this issue is not being reproduced when viewing fortunesupport.com with Firefox 1.0 or Safari 1.2.4 on Mac OS X (v.10.3.8).

Anonymous’s picture

If you visit fortunesupport.com and click on create content you will see what I am talking about. You have to then scroll to the bottom of the page to enter the content. No problem though, I am going to swith to Mambo, much easier to use anyway.

carlmcdade’s picture

It looks like the form element is outside of the container div. I'll take a look at this.

TDobes’s picture

This is a result of the fact that, in drupal.css, there is a rule:

.node-form .standard {
  clear: both;
}

The node submission form is inside two div's with those names, so it gets the clear:both; rule applied to it, causing it to appear below the sidebars. Because it's a problem with clears, this is a duplicate of http://drupal.org/node/17844.