I wouldn't know if this should be filed as a bug or a support request. But as I am pretty new to css I will assume it is the latter.
Take a look at both screenshots, in the default theme (Garland) the view stretches to full width, with ZeroPoint it leaves a white area on the right hand side. Is there any way to change this behaviour?

Thanks a lot for such a great theme.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

castawaybcn’s picture

I have found that adding the following lines to zeropoint/_custom/custom-style.css

table {
	width: 100%;
}

Does the trick. Perhaps you could add this entry to the default style.css

Florian’s picture

Thanks. Committed for the next release.

Florian’s picture

Status: Closed (fixed) » Fixed

Fixed in releases 6.x-1.9 and 6.x-2.2

Florian’s picture

Status: Active » Closed (fixed)

Status: Fixed » Closed (fixed)

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