Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Location
    midwest USA
    Posts
    73
    Plugin Contributions
    0

    Default help removing a white bar

    I have customized my classic template like crazy, but I have this weird white bar between my header and a flower divider i put on the main page . Does anyone with a little css knowledge have any idea how I can get rid of it? I tried removing the flower divider, but then I just get the white bar. http://bloomingvinedesign.com/zencart/

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

    Default Re: help removing a white bar

    Make or edit your templates tpl_header.php file that will be in your template/common folder(place the edited copy there if you do not have one already)

    Look for and remove the clearBoth that follows the logowrapper
    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" />
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2011
    Location
    midwest USA
    Posts
    73
    Plugin Contributions
    0

    Default Re: help removing a white bar

    Thanks so much!! It worked!! I have been trying to do that for four hours.. I love this place. zen cart and all the helper folks rock. yay.

 

 

Similar Threads

  1. Removing White Space - PLEASE HELP
    By enjoiracin in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 2 Aug 2012, 07:26 AM
  2. Help removing white space under Header
    By injected in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Mar 2010, 12:54 AM
  3. Help removing white space
    By melindaf in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Aug 2009, 06:09 PM
  4. Removing White Bar At top of Template
    By Gatortail80 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jan 2008, 07:43 AM
  5. Help removing white space under main logo
    By sneader in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 23 Oct 2007, 08:11 AM

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