I added my own header in Mercury design by Bloc however I want to reduce the space between the header and the next panel. Can anyone provide some insight on how this can be accomplished? Thank You.
Index.template.php..this line:
echo '
<div id="headerarea" style="padding: 12px 20px 4px 20px;', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' width: 100%;' : '', '">';
Try changing "padding: 12px 20px 4px 20px;" to just "padding: 0px 20px 4px 20px;"
Thanks Bloc! Nice template!