I really like the colour scheme and look of this theme and would like to try and resolve this issue, having rejected it earlier, as it didn't work 'out of the box'.

The problem is simply that the mission 'box' extends over the edge of the middle column into the left-hand sidebar (at present, I have no right sidebar)

Can you help me to debug this? I have extensive experience with css, but not php / templates.

Comments

zcc_nz’s picture

Same here,
Its 99% professional theme, but that one tiny issue is a nuisance.

zcc_nz’s picture

Well I finally fixed it..

I changed the styles.css of the wabi theme so that the following was used:

table#mission {
margin: 2px 0px 10px 0px;

This is the same as the .pagetitle margins, which do line up nice and cleanly.

Remember that you have 2 version of this file, the base version in sites/all/themes/wabi and in files/color/wabi-XXXXXXX, where the X's equal the current version of the theme being used (if you have changed the colors).

You may have to flush cache and your browser cache to see the theme, I did the later on FF 3 and it was realigned.

errement’s picture

Status: Active » Needs review

Same problem is under D6 wabi-6.x-1.1.tar.gz

Created a new issue for D6 version http://drupal.org/node/304153

Jeff Burnz’s picture

Component: User interface » Code
Status: Needs review » Active
Jeff Burnz’s picture

Version: 5.x-1.0 » 5.x-1.1
Status: Active » Fixed

Fixed in release 5.x-1.1

Anonymous’s picture

Status: Fixed » Closed (fixed)

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