Hello, I have a problem with "Deco" theme on drupal 5. The problem is that deco is scrolling. It scrols to much down and right, so then at right and down you can se black stripe. Where can i fix this problem? At theme documentasion there are several files : layout ; print . Maybye there is a problem?

CommentFileSizeAuthor
3.JPG4.6 KBRuuliss

Comments

scoutbaker’s picture

Status: Active » Postponed (maintainer needs more info)

You should provide more information to aid in getting assistance with this. I would recommend starting with:
What OS?
What browser?
What are the exact steps to take to reproduce this?
Does the same thing happen using the core modules (such as the default Garland)?

Ruuliss’s picture

Browser - firefox; internet explorer ; and opera. It doesn't happens when i use garland theme.

klaasvw’s picture

Priority: Normal » Critical
klaasvw’s picture

I can't reproduce this.

Could you provide the following info?

- A larger screenshot, also showing the footer
- Which modules are enabled?
- Does it occur on any page or only a particular one?
- Is there anything else that makes your drupal install differ from a default one?

Thanks!

Matt Gibson’s picture

I fixed this by reducing min-width: 100px; to 900px in the top of layout.css

#header .region-content, #sidebar-wrapper, #breadcrumb .region-content
, #featured .region-content, #content-bottom .region-content
, #footer .region-content, #top-bar .region-content {
min-width: 900px;
margin: 0 auto;
}

add1sun’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing old issues with no response from OP.