Hi
when I create a new content all fields of the content go down, all in order, but down.
It's a problem because newbie user could not realize to scroll the page down and not create new contents (I need it!).

I put a screenshot to give an idea of the problem. I resized the browser page so as to put a whole screenshot.
The fields seem to start from the ideal orizontal line of the last block in the side bar.

Thanks by now
fab

CommentFileSizeAuthor
problema tema fruits.jpg51.43 KBfabrizioprocopio

Comments

sistephan’s picture

Priority: Normal » Critical

Hello,

I have this same issue. The bigger problem is that when you put a form tag inside of a Full HTML Page, then your form on the Production site has a lot of white space above it. Is there a CSS fix for this?

Thanks in advanced.

sistephan’s picture

Is anyone still active on this template? I need the white space issue fixed asap. Any tips would be much appreciated, thanks.

Steel Rat’s picture

Same problem with Firefox 3

Steel Rat’s picture

Tried attaching a screenshot, but drupal.org is logging me out when I attach a file and save the comment.

Cory Goodwin’s picture

Status: Active » Needs review

Insert this code into the style.css

.node-form {
    float: left;
}

Please report if this works and also report if it changes any other pages. I did limited testing on a development install.

Cory Goodwin’s picture

Priority: Critical » Normal
kmare’s picture

Thank you, it's working perfectly now.

Cory Goodwin’s picture

Status: Needs review » Patch (to be ported)
Cory Goodwin’s picture

Status: Patch (to be ported) » Closed (fixed)

Patch implemented in dev version.