Hi there,

My logo contains the name of the site, so I'm wondering if it is possible to collapse the area that normally houses the Site name and Site slogan.

I can turn these off at admin/build/themes/settings/ad_blueprint but the result is a big white space where the name used to be.

I love the theme, and would be grateful for any help you can provide!

Thanks!

Comments

Alan Cooney’s picture

Assigned: Unassigned » Alan Cooney
Status: Active » Fixed

Yes, delete the following from page.tpl.php:

 <div id="header"> 
    <?php if ($search_box) : ?>
      <div class="search-box"><?php print $search_box ?></div>
    <?php endif; ?>
    <?php if ($site_name) { ?>
      <h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1>
    <?php } ?>
    <?php if ($site_slogan) { ?>
      <div class='site-slogan'><?php print $site_slogan ?></div>
    <?php } ?>
  </div> 
newsobama.org’s picture

Perfect! Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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