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.

CommentFileSizeAuthor
book-narrow-column.PNG112.42 KBArt Morgan

Comments

jwolf’s picture

Assigned: Unassigned » jwolf
Category: bug » support

In 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:

.menu {
  line-height:20px;
  width:150px;
  margin:4px 0 0 -6px;
  display:block;
}

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.

jwolf’s picture

Correction

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.

jwolf’s picture

Status: Active » Closed (fixed)

No follow up for a week = closed.

Art Morgan’s picture

This did solve the problem for me -- Thanks!