Results 1 to 5 of 5

Hybrid View

  1. #1

    Default White Space Below Top Bar

    Hello,

    Can anyone tell me how to minimize or get rid of the white space below the top bar on my store page? I don't want everything jammed up directly beneath the bar, but I don't want such a large white space there, either.

    http://www.haleasdollclothes.com/store

    The store will be integrated into a frame on my regular web page:

    http://www.haleasdollclothes.com

    TIA,

    Kathy

  2. #2
    Join Date
    Jun 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: White Space Below Top Bar

    If you don't intend on adding a logo or banner under your header navigation bar, then override the tpl_header.php file in 'includes/templates/template_default/common/' and remove everything in between the "bof-branding display/eof-branding display" comments.

    Code:
    <!--bof-branding display-->
    <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-->

  3. #3

    Default Re: White Space Below Top Bar

    I probably should have mentioned that the white space is where links were supposed to show up. I don't think it's banner space (I could be wrong). I disabled the links that popped in when a category was clicked, but now there is white space left there.

    I replaced the banner that was directly below the black bar with a single-pixel line of white.

    Should I still follow the same directions?

    http://www.haleasdollclothes.com/store

    TIA,

    Kathy

  4. #4
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,886
    Plugin Contributions
    0

    Default Re: White Space Below Top Bar

    yes follow the instructions you were given....that will get rid of the large white space which is the "logoWrapper" the banners don't show up unless you turn them on but that banner position is wrapped by the logoWrapper so out with it....
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #5

    Default Re: White Space Below Top Bar

    Hooray! Bless you! Thank you!

    http://www.haleasdollclothes.com/store

    Kathy

 

 

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. White Space Below Logo
    By Martin Smith in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 13 Jul 2009, 08:41 PM
  3. Mysterious Space below top ez pages nav bar
    By wakenine in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Dec 2008, 11:58 AM
  4. White space below logowrapper
    By Three Sisters in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 11 Aug 2008, 05:10 AM
  5. White space below header
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Mar 2008, 10:46 PM

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