Closed (fixed)
Project:
Amadou
Version:
4.7.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Feb 2007 at 20:02 UTC
Updated:
8 Mar 2007 at 04:08 UTC
At the top level of a book which lists all the book pages the list is squeezed into a narrow column rather than filling the entire width of the content area, as in other themes. I have tested this in Firefox 1.5 on Windows and IE7.
You can see it live here:
http://www.progressiveu.org/node/244
Or in the attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| book-narrow-column.PNG | 112.42 KB | Art Morgan |
Comments
Comment #1
jwolf commentedIn the style.css there is a setting for a menu class - this is causing the problem.
Under the section "misc. & other styles" (in style.css) you'll find the menu class:
If you remove the above from the style.css file, the problem *should* go away.
I forget why I added that in the first place... I don't see the value of having it - although, it might have been an issue with MSIE.
Comment #2
jwolf commentedCorrection
I now remember why I added the menu class... to add some styling to the sidebar's menu items - DOH!
Just remove the width:150px; and leave the rest.
Comment #3
jwolf commentedNo follow up for a week = closed.
Comment #4
Art Morgan commentedThis did solve the problem for me -- Thanks!