Hi,

My content area (middle column) from my website www.trekking-world.com is vertically posisioned under the bottom of the left-or-right sidebar (whichever is the largest..
See attached picture

This is only on firefox, but I like the theming be correct for every browser.
Is there somebody who experiences the same problems and has a cure?

Thanks in advance for your reply!
greetings,
Martijn

CommentFileSizeAuthor
trekking_world.jpg163.36 KBSummit
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Summit’s picture

See related issue on: http://drupal.org/node/171981 but not set as issue for this great theme!

Ron Williams’s picture

Status: Active » Postponed

As the developer of this theme, I simply do not have time to work on this free of charge. Currently I've made it clear that I will work on this with a bounty or direct payment. This issue with take .5 - 1 hour, my current rate is listed at http://lithicmedia.com/services.

Please note, if I have time for free work, I will fix it in time, if I don't have time for free work, it will be postponed as the present status states.

Summit’s picture

Status: Postponed » Fixed

Hi,

Adding this to my style.css fixed it!

.panel-col-top {
   clear: none !important;
}

Got the tip from George at dynapres.nl. Thank you!

greetings,
Martijn

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

GenoPeppino’s picture

Sorry, I'm a total n00b. I Got this theme because it was easy to work with,
but I don't know how to fix this problem.

Could you elaborate on the answer given above?

I put this into Style.css:

.panel-col-top {
clear: none !important;
}

...got no change.

Was there something else I needed to do, or is there another place to download fixed version?

Summit’s picture

It is not working correct on my admin-login.
It is working correct as a anynomous user.

greetings,
Martijn

kelbel’s picture

I have the same problem--often the content shows up below all the blocks, especially if it's a submission form (like blogs). I tried the same thing as Geno...I pasted the suggested code in a couple different places in style.css but nothing happened.

Anyone find a solution? I love this theme but don't really have the resources to pay for a fix. Thanks!

Summit’s picture

Status: Closed (fixed) » Active

This theme is not finished yet I think.
I filed a different issue to get this a working theme together with you! http://drupal.org/node/342001
greetings,
Martijn

Ron Williams’s picture

Status: Active » Closed (fixed)

I've added the fix in #3 to the D6 release and am closing this issue for now. Please feel free to reopen this issue if you are having the problem still.

anonymous07’s picture

Anyone get this working in D5? The .panel-col-top fix doesn't seem to work. Thanks!

PS It seems to start happening at the Links section of the Node ... starting with the Links of the Node, it will drop the remaining content below the lower of the left or right gutter.

anonymous07’s picture

FYI, in my case FiveStar module has some impact on this theme ... see this post for related info. Removing FiveStar will get the nodes to print together (vertically) inside the content area. (I am also using the Fix above in #3).

Now, just have to figure out how to get blocks to print ABOVE the content area...

Even though it appears to have $content_top & $content_bottom in the page.tpl.php, it only shows a single "Content" area in the Block menu and all of the Blocks print BELOW the content in this theme. Placing a Block in the "Header" area makes the block disappear. I am relatively new to Drupal trying to figure this out.

Hope this helps someone.

anonymous07’s picture

Update: Got "content_top" and "content_bottom" working in purple_beauty by taking template.php from bluebreeze theme!

But, still have the major issue of the content area being printed below lowest part of the left or right margin (when creating/editing a node).