For some reason the header region for the tablet and desktop is set to be off screen.

I can provide a patch if necessary:

Lines

130:
@include zen-grid-item(4, 7 );
225:
@include zen-grid-item(4, 9);

Should be:
130:
@include zen-grid-item(7,1);
225:
@include zen-grid-item(9,1);

Comments

jpamental’s picture

Status: Active » Closed (won't fix)

I've cleaned a lot of this up in v3, which as a MUCH improved version. Also, zen-grids has updates quite a bit so earlier versions may not work without updating anyway.