Could the header be made optional? http://owlshowl.com/ does not use the header and the header clips the top of the highest image. Deleting the header division with Firebug solves the image clipping problem.

if(!empty($header))
{
?><div id="header-region" class="clear-block"><?php print $header; ?></div>
<?php
}

Comments

hswong3i’s picture

Version: 6.x-1.2 » 7.x-3.x-dev
Assigned: Unassigned » hswong3i
Status: Active » Fixed

This issue should be fixed within 7.x-3.x-dev. Please feel free to download and test it out :D

Status: Fixed » Closed (fixed)

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