Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: White Space Below Logo

    Well scrap that...

    Edit a copy of tpl_header.php if you have one in templates/classic/common
    If not get a copy from themplate_default/common and place it in your classic/common folder if you have one or create the folder is not.
    Find the following code and delete the <br class="clearBoth" /> highlighted and see what affect this has

    Code:
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
        <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
        <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php }?>
    </ul>
    </div>
    <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
    <br class="clearBoth" />
    </div>
    Zen-Venom Get Bitten

  2. #12
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: White Space Below Logo

    Sorry, Yours may look more like this
    Code:
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">
    <?php
                  if (HEADER_SALES_TEXT != '') {
    ?>
          <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div>
    <?php
                  }
    ?>
    <?php
                  if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
                    if ($banner->RecordCount() > 0) {
    ?>
          <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div>
    <?php
                    }
                  }
    ?>
        </div>
    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->
    Zen-Venom Get Bitten

  3. #13
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    Thanks .... that did it...... I didn't delete it ...just commented it out.

    Now if you could help me get rid of the small image placement box with the red x in it ..... in the upper left corner of my logo.

    When you right click on it and choose show picture I get something I have not seem.

    Also it is a link right back to my shopping cart.

    Would like to ge rid of it.......I had it gone once and now it is back.

    Thanks so much for your help.

    Martin

  4. #14
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: White Space Below Logo

    Now if you could help me get rid of the small image placement box with the red x in it ..... in the upper left corner of my logo.
    I suggest that you do this correctly and have made image corrections that you can get HERE

    Unzip and FTP both to your includes/templates/classic/images folder
    Zen-Venom Get Bitten

  5. #15
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    Loaded the files as you said and it wasn't right.

    The main part of the logo showed up but the blue circle logo with the red arrow did not show up on the page.

    Changed it back for now.

    The little red x is still in the upper left corner of the logo section.

    Thanks,
    Martin

  6. #16
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: White Space Below Logo

    Did you upload both images??

    Unless you have altered your code the logo.gif image or lack thereof is what is causing the red X
    Zen-Venom Get Bitten

  7. #17
    Join Date
    Mar 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: White Space Below Logo

    I probably altered the code for logo.gif in the header logo.

    Which file is it called from ?

    I'LL try to get it back in there.

    Thanks,
    Martin

  8. #18
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: White Space Below Logo

    As you are using the classic template you should have a /templates/classic/common/tpl_header.php file

    If you changed the core file at templates/template_default/common and did not maintain a unadulterated copy you will have to grab one from a downloaded distribution
    Zen-Venom Get Bitten

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Unwanted white space below logo
    By MTODavid in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Jul 2009, 07:55 PM
  2. Empty space - below logo and below Home & Log in links - how to delete?
    By dabone in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jan 2009, 01:18 AM
  3. White space below logowrapper
    By Three Sisters in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 11 Aug 2008, 05:10 AM
  4. Remove white space below banner
    By Vega in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Apr 2008, 07:30 PM
  5. White space below header
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Mar 2008, 10:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR