Closed (fixed)
Project:
Deco
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
19 Jan 2008 at 14:35 UTC
Updated:
6 Aug 2008 at 16:00 UTC
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?
Comments
Comment #1
scoutbaker commentedYou 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)?
Comment #2
Ruuliss commentedBrowser - firefox; internet explorer ; and opera. It doesn't happens when i use garland theme.
Comment #3
klaasvw commentedComment #4
klaasvw commentedI 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!
Comment #5
Matt Gibson commentedI 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;
}
Comment #6
add1sun commentedClosing old issues with no response from OP.